Html Css Color HEX #2CB481 Jungle Green

📋 copy color: '#2CB481'

red 44 ◦ green 180 ◦ blue 129

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

Shades of Jungle Green #2CB481

Tints of Jungle Green #2CB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.99%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 12.46%
G = 50.99%
B = 36.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#2CB481 (or 0x2CB481) is known color: Jungle Green. HEX triplet: 2C, B4 and 81. RGB value is (44,180,129). Sum of RGB (Red+Green+Blue) = 44+180+129=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB481 is #D34B7E. Grayscale: #858585. Windows color (decimal): -13847423 or 8500268. OLE color: 8500268.

HSL color Cylindrical-coordinate representation of color #2CB481: hue angle of 157.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB481 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 180 129 -
CMYK 0.76 0 0.28 0.29
HSL 157.5º 0.61% 0.44% -
HSV(B) 157.5º 0.76% 0.71% -
XYZ 21.32 34.76 26.36 -
YUV 133.52 125.44 64.15 -
System Red Green Blue C M Y K H S L
Decimal 44 180 129 0.76 0 0.28 0.29 157.5 0.61 0.44
Hex 2C B4 81 4C 0 1C 1D 9E 3D 2C
Octal 54 264 201 114 0 34 35 236 75 54
Binary 101100 10110100 10000001 1001100 0 11100 11101 10011110 111101 101100

Color Harmonies of #2CB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB481

Black with #2CB481

Text Example


Text Example

White with #2CB481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,180,129); }

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

background-color css

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

 a { background-color: rgb(44,180,129); }

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

border-color css

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

 span { border-color: rgb(44,180,129); }

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