Html Css Color HEX #2C9C6E Eucalyptus

📋 copy color: '#2C9C6E'

red 44 ◦ green 156 ◦ blue 110

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

Shades of Eucalyptus #2C9C6E

Tints of Eucalyptus #2C9C6E

RGB

 RED value IS 44 (17.58% from 255) = 14.19%

 GREEN value IS 156 (61.33% from 255) = 50.32%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 14.19%
G = 50.32%
B = 35.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#2C9C6E (or 0x2C9C6E) is known color: Eucalyptus. HEX triplet: 2C, 9C and 6E. RGB value is (44,156,110). Sum of RGB (Red+Green+Blue) = 44+156+110=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #2C9C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9C6E is #D36391. Grayscale: #757575. Windows color (decimal): -13853586 or 7248940. OLE color: 7248940.

HSL color Cylindrical-coordinate representation of color #2C9C6E: hue angle of 155.36º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9C6E is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 44 156 110 -
CMYK 0.72 0 0.29 0.39
HSL 155.36º 0.56% 0.39% -
HSV(B) 155.36º 0.72% 0.61% -
XYZ 15.74 25.44 18.83 -
YUV 117.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 44 156 110 0.72 0 0.29 0.39 155.36 0.56 0.39
Hex 2C 9C 6E 48 0 1D 27 9B 38 27
Octal 54 234 156 110 0 35 47 233 70 47
Binary 101100 10011100 1101110 1001000 0 11101 100111 10011011 111000 100111

Color Harmonies of #2C9C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9C6E

Black with #2C9C6E

Text Example


Text Example

White with #2C9C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,156,110); }

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

background-color css

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

 a { background-color: rgb(44,156,110); }

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

border-color css

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

 span { border-color: rgb(44,156,110); }

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