Html Css Color HEX #309772 Eucalyptus

📋 copy color: '#309772'

red 48 ◦ green 151 ◦ blue 114

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

Shades of Eucalyptus #309772

Tints of Eucalyptus #309772

RGB

 RED value IS 48 (19.14% from 255) = 15.34%

 GREEN value IS 151 (59.38% from 255) = 48.24%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 15.34%
G = 48.24%
B = 36.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#309772 (or 0x309772) is known color: Eucalyptus. HEX triplet: 30, 97 and 72. RGB value is (48,151,114). Sum of RGB (Red+Green+Blue) = 48+151+114=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 151 - color contains mainly: green. Hex color #309772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309772 is #CF688D. Grayscale: #747474. Windows color (decimal): -13592718 or 7509808. OLE color: 7509808.

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

Color convert

RGB 48 151 114 -
CMYK 0.68 0 0.25 0.41
HSL 158.45º 0.52% 0.39% -
HSV(B) 158.45º 0.68% 0.59% -
XYZ 15.32 23.98 19.74 -
YUV 115.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 48 151 114 0.68 0 0.25 0.41 158.45 0.52 0.39
Hex 30 97 72 44 0 19 29 9E 34 27
Octal 60 227 162 104 0 31 51 236 64 47
Binary 110000 10010111 1110010 1000100 0 11001 101001 10011110 110100 100111

Color Harmonies of #309772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309772

Black with #309772

Text Example


Text Example

White with #309772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309772; }

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

 H1.HeaderClassName
 {
   color: #309772;
 }
 .AnyTagClassName
 {
   color: #309772;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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