Html Css Color HEX #2CB279 Jungle Green

📋 copy color: '#2CB279'

red 44 ◦ green 178 ◦ blue 121

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

Shades of Jungle Green #2CB279

Tints of Jungle Green #2CB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 12.83%
G = 51.9%
B = 35.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#2CB279 (or 0x2CB279) is known color: Jungle Green. HEX triplet: 2C, B2 and 79. RGB value is (44,178,121). Sum of RGB (Red+Green+Blue) = 44+178+121=343 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.83% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CB279 is #D34D86. Grayscale: #838383. Windows color (decimal): -13847943 or 7975468. OLE color: 7975468.

HSL color Cylindrical-coordinate representation of color #2CB279: hue angle of 154.48º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB279 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 178 121 -
CMYK 0.75 0 0.32 0.30
HSL 154.48º 0.6% 0.44% -
HSV(B) 154.48º 0.75% 0.7% -
XYZ 20.41 33.76 23.53 -
YUV 131.44 122.11 65.63 -
System Red Green Blue C M Y K H S L
Decimal 44 178 121 0.75 0 0.32 0.30 154.48 0.6 0.44
Hex 2C B2 79 4B 0 20 1E 9A 3C 2C
Octal 54 262 171 113 0 40 36 232 74 54
Binary 101100 10110010 1111001 1001011 0 100000 11110 10011010 111100 101100

Color Harmonies of #2CB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB279

Black with #2CB279

Text Example


Text Example

White with #2CB279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,178,121); }

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

background-color css

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

 a { background-color: rgb(44,178,121); }

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

border-color css

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

 span { border-color: rgb(44,178,121); }

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