Html Css Color HEX #2CA05C Eucalyptus

📋 copy color: '#2CA05C'

red 44 ◦ green 160 ◦ blue 92

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

Shades of Eucalyptus #2CA05C

Tints of Eucalyptus #2CA05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.05%

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 14.86%
G = 54.05%
B = 31.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#2CA05C (or 0x2CA05C) is known color: Eucalyptus. HEX triplet: 2C, A0 and 5C. RGB value is (44,160,92). Sum of RGB (Red+Green+Blue) = 44+160+92=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #2CA05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA05C is #D35FA3. Grayscale: #757575. Windows color (decimal): -13852580 or 6070316. OLE color: 6070316.

HSL color Cylindrical-coordinate representation of color #2CA05C: hue angle of 144.83º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA05C is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 44 160 92 -
CMYK 0.72 0 0.43 0.37
HSL 144.83º 0.57% 0.4% -
HSV(B) 144.83º 0.73% 0.63% -
XYZ 15.54 26.45 14.41 -
YUV 117.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 44 160 92 0.72 0 0.43 0.37 144.83 0.57 0.4
Hex 2C A0 5C 48 0 2B 25 91 39 28
Octal 54 240 134 110 0 53 45 221 71 50
Binary 101100 10100000 1011100 1001000 0 101011 100101 10010001 111001 101000

Color Harmonies of #2CA05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA05C

Black with #2CA05C

Text Example


Text Example

White with #2CA05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,160,92); }

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

background-color css

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

 a { background-color: rgb(44,160,92); }

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

border-color css

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

 span { border-color: rgb(44,160,92); }

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