Html Css Color HEX #309872 Eucalyptus

📋 copy color: '#309872'

red 48 ◦ green 152 ◦ blue 114

#309872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #309872

Tints of Eucalyptus #309872

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 value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#309872 (or 0x309872) is known color: 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

RGB 48 152 114 -
CMYK 0.68 0 0.25 0.40
HSL 158.08º 0.52% 0.39% -
HSV(B) 158.08º 0.68% 0.6% -
XYZ 15.48 24.3 19.79 -
YUV 116.57 126.54 79.09 -
System Red Green Blue C M Y K H S L
Decimal 48 152 114 0.68 0 0.25 0.40 158.08 0.52 0.39
Hex 30 98 72 44 0 19 28 9E 34 27
Octal 60 230 162 104 0 31 50 236 64 47
Binary 110000 10011000 1110010 1000100 0 11001 101000 10011110 110100 100111

Color Harmonies of #309872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309872

Black with #309872

Text Example


Text Example

White with #309872

Text Example


Text Example

HTML Codes & Css Web 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>