#2CB78D

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

Shades of Jungle Green #2CB78D

Tints of Jungle Green #2CB78D

Color information

#2CB78D (or 0x2CB78D) is unknown color: approx Jungle Green. HEX triplet: 2C, B7 and 8D. RGB value is (44,183,141). Sum of RGB (Red+Green+Blue) = 44+183+141=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB78D is #D34872. Grayscale: #888888. Windows color (decimal): -13846643 or 9287468. OLE color: 9287468.

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

Color convert

RGB44183141-
CMYK0.7600.230.28
HSL161.87º61.23%44.51%-
HSV(B)161.87º75.96%71.76%-
XYZ22.7836.3331.01-
YUV136.65130.4561.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.96%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=11.96%
G=49.73%
B=38.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831410.7600.230.28161.8761.2344.51
Hex2CB78D4C0171Ca23d2d
Octal54267215114027342427555
Binary101100101101111000110110011000101111110010100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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