Html Css Color HEX #2DB382 Jungle Green

📋 copy color: '#2DB382'

red 45 ◦ green 179 ◦ blue 130

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

Shades of Jungle Green #2DB382

Tints of Jungle Green #2DB382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.56%

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

R = 12.71%
G = 50.56%
B = 36.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#2DB382 (or 0x2DB382) is known color: Jungle Green. HEX triplet: 2D, B3 and 82. RGB value is (45,179,130). Sum of RGB (Red+Green+Blue) = 45+179+130=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB382 is #D24C7D. Grayscale: #858585. Windows color (decimal): -13782142 or 8565549. OLE color: 8565549.

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

Color convert

RGB 45 179 130 -
CMYK 0.75 0 0.27 0.30
HSL 158.06º 0.6% 0.44% -
HSV(B) 158.06º 0.75% 0.7% -
XYZ 21.23 34.41 26.64 -
YUV 133.35 126.11 64.98 -
System Red Green Blue C M Y K H S L
Decimal 45 179 130 0.75 0 0.27 0.30 158.06 0.6 0.44
Hex 2D B3 82 4B 0 1B 1E 9E 3C 2C
Octal 55 263 202 113 0 33 36 236 74 54
Binary 101101 10110011 10000010 1001011 0 11011 11110 10011110 111100 101100

Color Harmonies of #2DB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB382

Black with #2DB382

Text Example


Text Example

White with #2DB382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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