#2CB57E

Color #2CB57E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2CB57E

Tints of Jungle Green #2CB57E

Color information

#2CB57E (or 0x2CB57E) is unknown color: approx Jungle Green. HEX triplet: 2C, B5 and 7E. RGB value is (44,181,126). Sum of RGB (Red+Green+Blue) = 44+181+126=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB57E is #D34A81. Grayscale: #858585. Windows color (decimal): -13847170 or 8303916. OLE color: 8303916.

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

Color convert

RGB44181126-
CMYK0.7600.300.29
HSL155.91º60.89%44.12%-
HSV(B)155.91º75.69%70.98%-
XYZ21.3335.0925.39-
YUV133.77123.6163.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.54%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=12.54%
G=51.57%
B=35.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441811260.7600.300.29155.9160.8944.12
Hex2CB57E4C01E1D9c3d2c
Octal54265176114036352347554
Binary10110010110101111111010011000111101110110011100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CB57E;
 }
 .AnyTagClassName
 {
   color: #2CB57E;
 }
</style>
background-color css

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

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

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

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

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

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