#2DB98B

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

Shades of Jungle Green #2DB98B

Tints of Jungle Green #2DB98B

Color information

#2DB98B (or 0x2DB98B) is unknown color: approx Jungle Green. HEX triplet: 2D, B9 and 8B. RGB value is (45,185,139). Sum of RGB (Red+Green+Blue) = 45+185+139=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB98B is #D24674. Grayscale: #898989. Windows color (decimal): -13780597 or 9156909. OLE color: 9156909.

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

Color convert

RGB45185139-
CMYK0.7600.250.27
HSL160.29º60.87%45.1%-
HSV(B)160.29º75.68%72.55%-
XYZ23.0937.1230.37-
YUV137.9128.6261.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.20%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=12.20%
G=50.14%
B=37.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451851390.7600.250.27160.2960.8745.1
Hex2DB98B4C0191Ba03d2d
Octal55271213114031332407555
Binary101101101110011000101110011000110011101110100000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,185,139); }

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

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

 a { background-color: rgb(45,185,139); }

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

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

 span { border-color: rgb(45,185,139); }

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