Html Css Color HEX #2C9B6C Eucalyptus

📋 copy color: '#2C9B6C'

red 44 ◦ green 155 ◦ blue 108

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

Shades of Eucalyptus #2C9B6C

Tints of Eucalyptus #2C9B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.49%

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

R = 14.33%
G = 50.49%
B = 35.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#2C9B6C (or 0x2C9B6C) is known color: Eucalyptus. HEX triplet: 2C, 9B and 6C. RGB value is (44,155,108). Sum of RGB (Red+Green+Blue) = 44+155+108=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B6C is #D36493. Grayscale: #747474. Windows color (decimal): -13853844 or 7117612. OLE color: 7117612.

HSL color Cylindrical-coordinate representation of color #2C9B6C: hue angle of 154.59º 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 #2C9B6C is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 44 155 108 -
CMYK 0.72 0 0.30 0.39
HSL 154.59º 0.56% 0.39% -
HSV(B) 154.59º 0.72% 0.61% -
XYZ 15.47 25.06 18.21 -
YUV 116.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 44 155 108 0.72 0 0.30 0.39 154.59 0.56 0.39
Hex 2C 9B 6C 48 0 1E 27 9B 38 27
Octal 54 233 154 110 0 36 47 233 70 47
Binary 101100 10011011 1101100 1001000 0 11110 100111 10011011 111000 100111

Color Harmonies of #2C9B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9B6C

Black with #2C9B6C

Text Example


Text Example

White with #2C9B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,155,108); }

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

background-color css

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

 a { background-color: rgb(44,155,108); }

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

border-color css

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

 span { border-color: rgb(44,155,108); }

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