Html Css Color HEX #2F9E6C Eucalyptus

📋 copy color: '#2F9E6C'

red 47 ◦ green 158 ◦ blue 108

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

Shades of Eucalyptus #2F9E6C

Tints of Eucalyptus #2F9E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.48%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 15.02%
G = 50.48%
B = 34.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#2F9E6C (or 0x2F9E6C) is known color: Eucalyptus. HEX triplet: 2F, 9E and 6C. RGB value is (47,158,108). Sum of RGB (Red+Green+Blue) = 47+158+108=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E6C is #D06193. Grayscale: #777777. Windows color (decimal): -13656468 or 7118383. OLE color: 7118383.

HSL color Cylindrical-coordinate representation of color #2F9E6C: hue angle of 152.97º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E6C is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 158 108 -
CMYK 0.70 0 0.32 0.38
HSL 152.97º 0.54% 0.4% -
HSV(B) 152.97º 0.7% 0.62% -
XYZ 16.11 26.14 18.38 -
YUV 119.11 121.73 76.57 -
System Red Green Blue C M Y K H S L
Decimal 47 158 108 0.70 0 0.32 0.38 152.97 0.54 0.4
Hex 2F 9E 6C 46 0 20 26 99 36 28
Octal 57 236 154 106 0 40 46 231 66 50
Binary 101111 10011110 1101100 1000110 0 100000 100110 10011001 110110 101000

Color Harmonies of #2F9E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9E6C

Black with #2F9E6C

Text Example


Text Example

White with #2F9E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,158,108); }

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

background-color css

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

 a { background-color: rgb(47,158,108); }

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

border-color css

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

 span { border-color: rgb(47,158,108); }

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