Html Css Color HEX #2CAC5F Eucalyptus

📋 copy color: '#2CAC5F'

red 44 ◦ green 172 ◦ blue 95

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

Shades of Eucalyptus #2CAC5F

Tints of Eucalyptus #2CAC5F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 55.31%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 14.15%
G = 55.31%
B = 30.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#2CAC5F (or 0x2CAC5F) is known color: Eucalyptus. HEX triplet: 2C, AC and 5F. RGB value is (44,172,95). Sum of RGB (Red+Green+Blue) = 44+172+95=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC5F is #D353A0. Grayscale: #7D7D7D. Windows color (decimal): -13849505 or 6269996. OLE color: 6269996.

HSL color Cylindrical-coordinate representation of color #2CAC5F: hue angle of 143.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC5F is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 172 95 -
CMYK 0.74 0 0.45 0.33
HSL 143.91º 0.59% 0.42% -
HSV(B) 143.91º 0.74% 0.67% -
XYZ 17.86 30.87 15.84 -
YUV 124.95 111.09 70.26 -
System Red Green Blue C M Y K H S L
Decimal 44 172 95 0.74 0 0.45 0.33 143.91 0.59 0.42
Hex 2C AC 5F 4A 0 2D 21 90 3B 2A
Octal 54 254 137 112 0 55 41 220 73 52
Binary 101100 10101100 1011111 1001010 0 101101 100001 10010000 111011 101010

Color Harmonies of #2CAC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC5F

Black with #2CAC5F

Text Example


Text Example

White with #2CAC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,172,95); }

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

background-color css

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

 a { background-color: rgb(44,172,95); }

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

border-color css

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

 span { border-color: rgb(44,172,95); }

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