#2db98f

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

Shades of Jungle Green #2DB98F

Tints of Jungle Green #2DB98F

Color information

#2DB98F (or 0x2DB98F) is unknown color: approx Jungle Green. HEX triplet: 2D, B9 and 8F. RGB value is (45,185,143). Sum of RGB (Red+Green+Blue) = 45+185+143=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #2DB98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB98F is #D24670. Grayscale: #8A8A8A. Windows color (decimal): -13780593 or 9419053. OLE color: 9419053.

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

Color convert

RGB45185143-
CMYK0.7600.230.27
HSL162º60.87%45.1%-
HSV(B)162º75.68%72.55%-
XYZ23.3937.2431.94-
YUV138.35130.6261.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.06%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=12.06%
G=49.60%
B=38.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451851430.7600.230.2716260.8745.1
Hex2DB98F4C0171Ba23d2d
Octal55271217114027332427555
Binary101101101110011000111110011000101111101110100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2db98f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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