Html Css Color HEX #309672 Eucalyptus

📋 copy color: '#309672'

red 48 ◦ green 150 ◦ blue 114

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

Shades of Eucalyptus #309672

Tints of Eucalyptus #309672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

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

R = 15.38%
G = 48.08%
B = 36.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#309672 (or 0x309672) is known color: Eucalyptus. HEX triplet: 30, 96 and 72. RGB value is (48,150,114). Sum of RGB (Red+Green+Blue) = 48+150+114=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #309672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309672 is #CF698D. Grayscale: #737373. Windows color (decimal): -13592974 or 7509552. OLE color: 7509552.

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

Color convert

RGB 48 150 114 -
CMYK 0.68 0 0.24 0.41
HSL 158.82º 0.52% 0.39% -
HSV(B) 158.82º 0.68% 0.59% -
XYZ 15.16 23.66 19.69 -
YUV 115.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 48 150 114 0.68 0 0.24 0.41 158.82 0.52 0.39
Hex 30 96 72 44 0 18 29 9F 34 27
Octal 60 226 162 104 0 30 51 237 64 47
Binary 110000 10010110 1110010 1000100 0 11000 101001 10011111 110100 100111

Color Harmonies of #309672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309672

Black with #309672

Text Example


Text Example

White with #309672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309672; }

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

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

background-color css

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

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

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

border-color css

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

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

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