Html Css Color HEX #2CB58D Jungle Green

📋 copy color: '#2CB58D'

red 44 ◦ green 181 ◦ blue 141

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

Shades of Jungle Green #2CB58D

Tints of Jungle Green #2CB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 12.02%
G = 49.45%
B = 38.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#2CB58D (or 0x2CB58D) is known color: Jungle Green. HEX triplet: 2C, B5 and 8D. RGB value is (44,181,141). Sum of RGB (Red+Green+Blue) = 44+181+141=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB58D is #D34A72. Grayscale: #878787. Windows color (decimal): -13847155 or 9286956. OLE color: 9286956.

HSL color Cylindrical-coordinate representation of color #2CB58D: hue angle of 162.48º 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 #2CB58D is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 44 181 141 -
CMYK 0.76 0 0.22 0.29
HSL 162.48º 0.61% 0.44% -
HSV(B) 162.48º 0.76% 0.71% -
XYZ 22.37 35.51 30.87 -
YUV 135.48 131.11 62.75 -
System Red Green Blue C M Y K H S L
Decimal 44 181 141 0.76 0 0.22 0.29 162.48 0.61 0.44
Hex 2C B5 8D 4C 0 16 1D A2 3D 2C
Octal 54 265 215 114 0 26 35 242 75 54
Binary 101100 10110101 10001101 1001100 0 10110 11101 10100010 111101 101100

Color Harmonies of #2CB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB58D

Black with #2CB58D

Text Example


Text Example

White with #2CB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,181,141); }

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

background-color css

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

 a { background-color: rgb(44,181,141); }

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

border-color css

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

 span { border-color: rgb(44,181,141); }

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