Html Css Color HEX #2CAC89 Jungle Green

📋 copy color: '#2CAC89'

red 44 ◦ green 172 ◦ blue 137

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

Shades of Jungle Green #2CAC89

Tints of Jungle Green #2CAC89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 12.46%
G = 48.73%
B = 38.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#2CAC89 (or 0x2CAC89) is known color: Jungle Green. HEX triplet: 2C, AC and 89. RGB value is (44,172,137). Sum of RGB (Red+Green+Blue) = 44+172+137=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC89 is #D35376. Grayscale: #818181. Windows color (decimal): -13849463 or 9022508. OLE color: 9022508.

HSL color Cylindrical-coordinate representation of color #2CAC89: hue angle of 163.59º 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 #2CAC89 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 172 137 -
CMYK 0.74 0 0.20 0.33
HSL 163.59º 0.59% 0.42% -
HSV(B) 163.59º 0.74% 0.67% -
XYZ 20.31 31.85 28.74 -
YUV 129.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 44 172 137 0.74 0 0.20 0.33 163.59 0.59 0.42
Hex 2C AC 89 4A 0 14 21 A4 3B 2A
Octal 54 254 211 112 0 24 41 244 73 52
Binary 101100 10101100 10001001 1001010 0 10100 100001 10100100 111011 101010

Color Harmonies of #2CAC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC89

Black with #2CAC89

Text Example


Text Example

White with #2CAC89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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