Html Css Color HEX #2DB684 Jungle Green

📋 copy color: '#2DB684'

red 45 ◦ green 182 ◦ blue 132

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

Shades of Jungle Green #2DB684

Tints of Jungle Green #2DB684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

 BLUE value IS 132 (51.95% from 255) = 36.77%

R = 12.53%
G = 50.7%
B = 36.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#2DB684 (or 0x2DB684) is known color: Jungle Green. HEX triplet: 2D, B6 and 84. RGB value is (45,182,132). Sum of RGB (Red+Green+Blue) = 45+182+132=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB684 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB684 is #D2497B. Grayscale: #878787. Windows color (decimal): -13781372 or 8697389. OLE color: 8697389.

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

Color convert

RGB 45 182 132 -
CMYK 0.75 0 0.27 0.29
HSL 158.1º 0.6% 0.45% -
HSV(B) 158.1º 0.75% 0.71% -
XYZ 21.98 35.68 27.56 -
YUV 135.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 45 182 132 0.75 0 0.27 0.29 158.1 0.6 0.45
Hex 2D B6 84 4B 0 1B 1D 9E 3C 2D
Octal 55 266 204 113 0 33 35 236 74 55
Binary 101101 10110110 10000100 1001011 0 11011 11101 10011110 111100 101101

Color Harmonies of #2DB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB684

Black with #2DB684

Text Example


Text Example

White with #2DB684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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