Html Css Color HEX #2CAF7C Jungle Green

📋 copy color: '#2CAF7C'

red 44 ◦ green 175 ◦ blue 124

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

Shades of Jungle Green #2CAF7C

Tints of Jungle Green #2CAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.02%

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

R = 12.83%
G = 51.02%
B = 36.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#2CAF7C (or 0x2CAF7C) is known color: Jungle Green. HEX triplet: 2C, AF and 7C. RGB value is (44,175,124). Sum of RGB (Red+Green+Blue) = 44+175+124=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF7C is #D35083. Grayscale: #828282. Windows color (decimal): -13848708 or 8171308. OLE color: 8171308.

HSL color Cylindrical-coordinate representation of color #2CAF7C: hue angle of 156.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CAF7C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 44 175 124 -
CMYK 0.75 0 0.29 0.31
HSL 156.64º 0.6% 0.43% -
HSV(B) 156.64º 0.75% 0.69% -
XYZ 20.01 32.65 24.32 -
YUV 130.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 44 175 124 0.75 0 0.29 0.31 156.64 0.6 0.43
Hex 2C AF 7C 4B 0 1D 1F 9D 3C 2B
Octal 54 257 174 113 0 35 37 235 74 53
Binary 101100 10101111 1111100 1001011 0 11101 11111 10011101 111100 101011

Color Harmonies of #2CAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF7C

Black with #2CAF7C

Text Example


Text Example

White with #2CAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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