#309862

Color #309862 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #309862

Tints of Eucalyptus #309862

Color information

#309862 (or 0x309862) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 62. RGB value is (48,152,98). Sum of RGB (Red+Green+Blue) = 48+152+98=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #309862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309862 is #CF679D. Grayscale: #727272. Windows color (decimal): -13592478 or 6461488. OLE color: 6461488.

HSL color Cylindrical-coordinate representation of color #309862: hue angle of 148.85º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309862 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB4815298-
CMYK0.6800.360.40
HSL148.85º52%39.22%-
HSV(B)148.85º68.42%59.61%-
XYZ14.6523.9715.41-
YUV114.75118.5480.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=16.11%
G=51.01%
B=32.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48152980.6800.360.40148.855239.22
Hex3098624402428953427
Octal60230142104044502256447
Binary1100001001100011000101000100010010010100010010101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309862; }

 p { color: rgb(48,152,98); }

 H1.HeaderClassName
 {
   color: #309862;
 }
 .AnyTagClassName
 {
   color: #309862;
 }
</style>
background-color css

<style>
 a { background-color: #309862; }

 a { background-color: rgb(48,152,98); }

 div.DivClassName
 {
   background-color: #309862;
 }
 .BgClassName
 {
   background-color: #309862;
 }
</style>
border-color css

<style>
 span { border-color: #309862; }

 span { border-color: rgb(48,152,98); }

 td.TdClassName
 {
   border-color: #309862;
 }
 .TagClassName
 {
   border-color: #309862;
 }
</style>