#2DB68A

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

Shades of Jungle Green #2DB68A

Tints of Jungle Green #2DB68A

Color information

#2DB68A (or 0x2DB68A) is unknown color: approx Jungle Green. HEX triplet: 2D, B6 and 8A. RGB value is (45,182,138). Sum of RGB (Red+Green+Blue) = 45+182+138=365 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.33% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB68A is #D24975. Grayscale: #888888. Windows color (decimal): -13781366 or 9090605. OLE color: 9090605.

HSL color Cylindrical-coordinate representation of color #2DB68A: hue angle of 160.73º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB68A is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB45182138-
CMYK0.7500.240.29
HSL160.73º60.35%44.51%-
HSV(B)160.73º75.27%71.37%-
XYZ22.435.8529.78-
YUV136.02129.1163.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.33%
GREEN value IS 182 (71.48% from 255) = 49.86%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=12.33%
G=49.86%
B=37.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451821380.7500.240.29160.7360.3544.51
Hex2DB68A4B0181Da13c2d
Octal55266212113030352417455
Binary101101101101101000101010010110110001110110100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,138); }

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

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

 a { background-color: rgb(45,182,138); }

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

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

 span { border-color: rgb(45,182,138); }

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