#2DB78F

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

Shades of Jungle Green #2DB78F

Tints of Jungle Green #2DB78F

Color information

#2DB78F (or 0x2DB78F) is unknown color: approx Jungle Green. HEX triplet: 2D, B7 and 8F. RGB value is (45,183,143). Sum of RGB (Red+Green+Blue) = 45+183+143=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB78F is #D24870. Grayscale: #898989. Windows color (decimal): -13781105 or 9418541. OLE color: 9418541.

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

Color convert

RGB45183143-
CMYK0.7500.220.28
HSL162.61º60.53%44.71%-
HSV(B)162.61º75.41%71.76%-
XYZ22.9736.4131.8-
YUV137.18131.2862.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.13%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=12.13%
G=49.33%
B=38.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal451831430.7500.220.28162.6160.5344.71
Hex2DB78F4B0161Ca33d2d
Octal55267217113026342437555
Binary101101101101111000111110010110101101110010100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,183,143); }

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

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

 a { background-color: rgb(45,183,143); }

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

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

 span { border-color: rgb(45,183,143); }

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