Html Css Color HEX #2CAF7E Jungle Green

📋 copy color: '#2CAF7E'

red 44 ◦ green 175 ◦ blue 126

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

Shades of Jungle Green #2CAF7E

Tints of Jungle Green #2CAF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 12.75%
G = 50.72%
B = 36.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#2CAF7E (or 0x2CAF7E) is known color: Jungle Green. HEX triplet: 2C, AF and 7E. RGB value is (44,175,126). Sum of RGB (Red+Green+Blue) = 44+175+126=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #2CAF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAF7E is #D35081. Grayscale: #828282. Windows color (decimal): -13848706 or 8302380. OLE color: 8302380.

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

Color convert

RGB 44 175 126 -
CMYK 0.75 0 0.28 0.31
HSL 157.56º 0.6% 0.43% -
HSV(B) 157.56º 0.75% 0.69% -
XYZ 20.13 32.7 24.99 -
YUV 130.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 44 175 126 0.75 0 0.28 0.31 157.56 0.6 0.43
Hex 2C AF 7E 4B 0 1C 1F 9E 3C 2B
Octal 54 257 176 113 0 34 37 236 74 53
Binary 101100 10101111 1111110 1001011 0 11100 11111 10011110 111100 101011

Color Harmonies of #2CAF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAF7E

Black with #2CAF7E

Text Example


Text Example

White with #2CAF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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