Html Css Color HEX #2CB58F Jungle Green

📋 copy color: '#2CB58F'

red 44 ◦ green 181 ◦ blue 143

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

Shades of Jungle Green #2CB58F

Tints of Jungle Green #2CB58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 11.96%
G = 49.18%
B = 38.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#2CB58F (or 0x2CB58F) is known color: Jungle Green. HEX triplet: 2C, B5 and 8F. RGB value is (44,181,143). Sum of RGB (Red+Green+Blue) = 44+181+143=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB58F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB58F is #D34A70. Grayscale: #878787. Windows color (decimal): -13847153 or 9418028. OLE color: 9418028.

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

Color convert

RGB 44 181 143 -
CMYK 0.76 0 0.21 0.29
HSL 163.36º 0.61% 0.44% -
HSV(B) 163.36º 0.76% 0.71% -
XYZ 22.52 35.57 31.66 -
YUV 135.71 132.11 62.59 -
System Red Green Blue C M Y K H S L
Decimal 44 181 143 0.76 0 0.21 0.29 163.36 0.61 0.44
Hex 2C B5 8F 4C 0 15 1D A3 3D 2C
Octal 54 265 217 114 0 25 35 243 75 54
Binary 101100 10110101 10001111 1001100 0 10101 11101 10100011 111101 101100

Color Harmonies of #2CB58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB58F

Black with #2CB58F

Text Example


Text Example

White with #2CB58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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