Html Css Color HEX #309060 Eucalyptus

📋 copy color: '#309060'

red 48 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #309060

Tints of Eucalyptus #309060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#309060 (or 0x309060) is known color: Eucalyptus. HEX triplet: 30, 90 and 60. RGB value is (48,144,96). Sum of RGB (Red+Green+Blue) = 48+144+96=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #309060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309060 is #CF6F9F. Grayscale: #6D6D6D. Windows color (decimal): -13594528 or 6328368. OLE color: 6328368.

HSL color Cylindrical-coordinate representation of color #309060: hue angle of 150º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309060 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 96 -
CMYK 0.67 0 0.33 0.44
HSL 150º 0.5% 0.38% -
HSV(B) 150º 0.67% 0.56% -
XYZ 13.3 21.42 14.5 -
YUV 109.82 120.2 83.9 -
System Red Green Blue C M Y K H S L
Decimal 48 144 96 0.67 0 0.33 0.44 150 0.5 0.38
Hex 30 90 60 43 0 21 2C 96 32 26
Octal 60 220 140 103 0 41 54 226 62 46
Binary 110000 10010000 1100000 1000011 0 100001 101100 10010110 110010 100110

Color Harmonies of #309060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309060

Black with #309060

Text Example


Text Example

White with #309060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309060; }

 p { color: rgb(48,144,96); }

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

background-color css

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

 a { background-color: rgb(48,144,96); }

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

border-color css

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

 span { border-color: rgb(48,144,96); }

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