Html Css Color HEX #2F9060 Eucalyptus

📋 copy color: '#2F9060'

red 47 ◦ green 144 ◦ blue 96

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

Shades of Eucalyptus #2F9060

Tints of Eucalyptus #2F9060

RGB

 RED value IS 47 (18.75% from 255) = 16.38%

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

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

R = 16.38%
G = 50.17%
B = 33.45%

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

#2F9060 (or 0x2F9060) is known color: Eucalyptus. HEX triplet: 2F, 90 and 60. RGB value is (47,144,96). Sum of RGB (Red+Green+Blue) = 47+144+96=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9060 is #D06F9F. Grayscale: #6D6D6D. Windows color (decimal): -13660064 or 6328367. OLE color: 6328367.

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

Color convert

RGB 47 144 96 -
CMYK 0.67 0 0.33 0.44
HSL 150.31º 0.51% 0.37% -
HSV(B) 150.31º 0.67% 0.56% -
XYZ 13.26 21.4 14.5 -
YUV 109.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 47 144 96 0.67 0 0.33 0.44 150.31 0.51 0.37
Hex 2F 90 60 43 0 21 2C 96 33 25
Octal 57 220 140 103 0 41 54 226 63 45
Binary 101111 10010000 1100000 1000011 0 100001 101100 10010110 110011 100101

Color Harmonies of #2F9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9060

Black with #2F9060

Text Example


Text Example

White with #2F9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F9060; }

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

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

background-color css

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

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

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

border-color css

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

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

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