#309872

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

Shades of Eucalyptus #309872

Tints of Eucalyptus #309872

Color information

#309872 (or 0x309872) is unknown color: approx Eucalyptus. HEX triplet: 30, 98 and 72. RGB value is (48,152,114). Sum of RGB (Red+Green+Blue) = 48+152+114=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #309872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309872 is #CF678D. Grayscale: #747474. Windows color (decimal): -13592462 or 7510064. OLE color: 7510064.

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

Color convert

RGB48152114-
CMYK0.6800.250.40
HSL158.08º52%39.22%-
HSV(B)158.08º68.42%59.61%-
XYZ15.4824.319.79-
YUV116.57126.5479.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 114 (44.92% from 255) = 36.31%
R=15.29%
G=48.41%
B=36.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481521140.6800.250.40158.085239.22
Hex30987244019289e3427
Octal60230162104031502366447
Binary110000100110001110010100010001100110100010011110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309872; }

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

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

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

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

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

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

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

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