Html Css Color HEX #2DB582 Jungle Green

📋 copy color: '#2DB582'

red 45 ◦ green 181 ◦ blue 130

#2DB582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #2DB582

Tints of Jungle Green #2DB582

RGB

 RED value IS 45 (17.97% from 255) = 12.64%

 GREEN value IS 181 (71.09% from 255) = 50.84%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 12.64%
G = 50.84%
B = 36.52%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#2DB582 (or 0x2DB582) is known color: Jungle Green. HEX triplet: 2D, B5 and 82. RGB value is (45,181,130). Sum of RGB (Red+Green+Blue) = 45+181+130=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB582 is #D24A7D. Grayscale: #868686. Windows color (decimal): -13781630 or 8566061. OLE color: 8566061.

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

Color convert

RGB 45 181 130 -
CMYK 0.75 0 0.28 0.29
HSL 157.5º 0.6% 0.44% -
HSV(B) 157.5º 0.75% 0.71% -
XYZ 21.64 35.22 26.78 -
YUV 134.52 125.44 64.15 -
System Red Green Blue C M Y K H S L
Decimal 45 181 130 0.75 0 0.28 0.29 157.5 0.6 0.44
Hex 2D B5 82 4B 0 1C 1D 9E 3C 2C
Octal 55 265 202 113 0 34 35 236 74 54
Binary 101101 10110101 10000010 1001011 0 11100 11101 10011110 111100 101100

Color Harmonies of #2DB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB582

Black with #2DB582

Text Example


Text Example

White with #2DB582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,130); }

 H1.HeaderClassName
 {
   color: #2DB582;
 }
 .AnyTagClassName
 {
   color: #2DB582;
 }
</style>

background-color css

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

 a { background-color: rgb(45,181,130); }

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

border-color css

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

 span { border-color: rgb(45,181,130); }

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