Html Css Color HEX #2CAC7C Jungle Green

📋 copy color: '#2CAC7C'

red 44 ◦ green 172 ◦ blue 124

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

Shades of Jungle Green #2CAC7C

Tints of Jungle Green #2CAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.47%

R = 12.94%
G = 50.59%
B = 36.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#2CAC7C (or 0x2CAC7C) is known color: Jungle Green. HEX triplet: 2C, AC and 7C. RGB value is (44,172,124). Sum of RGB (Red+Green+Blue) = 44+172+124=340 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.94% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC7C is #D35383. Grayscale: #808080. Windows color (decimal): -13849476 or 8170540. OLE color: 8170540.

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

Color convert

RGB 44 172 124 -
CMYK 0.74 0 0.28 0.33
HSL 157.5º 0.59% 0.42% -
HSV(B) 157.5º 0.74% 0.67% -
XYZ 19.43 31.5 24.12 -
YUV 128.26 125.59 67.9 -
System Red Green Blue C M Y K H S L
Decimal 44 172 124 0.74 0 0.28 0.33 157.5 0.59 0.42
Hex 2C AC 7C 4A 0 1C 21 9E 3B 2A
Octal 54 254 174 112 0 34 41 236 73 52
Binary 101100 10101100 1111100 1001010 0 11100 100001 10011110 111011 101010

Color Harmonies of #2CAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAC7C

Black with #2CAC7C

Text Example


Text Example

White with #2CAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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