#309869

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

Shades of Eucalyptus #309869

Tints of Eucalyptus #309869

Color information

#309869 (or 0x309869) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 69. RGB value is (48,152,105). Sum of RGB (Red+Green+Blue) = 48+152+105=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #309869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309869 is #CF6796. Grayscale: #737373. Windows color (decimal): -13592471 or 6920240. OLE color: 6920240.

HSL color Cylindrical-coordinate representation of color #309869: hue angle of 152.88º 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 #309869 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB48152105-
CMYK0.6800.310.40
HSL152.88º52%39.22%-
HSV(B)152.88º68.42%59.61%-
XYZ1524.117.23-
YUV115.55122.0479.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.74%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=15.74%
G=49.84%
B=34.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521050.6800.310.40152.885239.22
Hex3098694401F28993427
Octal60230151104037502316447
Binary110000100110001101001100010001111110100010011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309869; }

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

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

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

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

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

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

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

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