Html Css Color HEX #2DB17C Jungle Green

📋 copy color: '#2DB17C'

red 45 ◦ green 177 ◦ blue 124

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

Shades of Jungle Green #2DB17C

Tints of Jungle Green #2DB17C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.16%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 13.01%
G = 51.16%
B = 35.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#2DB17C (or 0x2DB17C) is known color: Jungle Green. HEX triplet: 2D, B1 and 7C. RGB value is (45,177,124). Sum of RGB (Red+Green+Blue) = 45+177+124=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB17C is #D24E83. Grayscale: #838383. Windows color (decimal): -13782660 or 8171821. OLE color: 8171821.

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

Color convert

RGB 45 177 124 -
CMYK 0.75 0 0.30 0.31
HSL 155.91º 0.59% 0.44% -
HSV(B) 155.91º 0.75% 0.69% -
XYZ 20.44 33.46 24.45 -
YUV 131.49 123.77 66.31 -
System Red Green Blue C M Y K H S L
Decimal 45 177 124 0.75 0 0.30 0.31 155.91 0.59 0.44
Hex 2D B1 7C 4B 0 1E 1F 9C 3B 2C
Octal 55 261 174 113 0 36 37 234 73 54
Binary 101101 10110001 1111100 1001011 0 11110 11111 10011100 111011 101100

Color Harmonies of #2DB17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB17C

Black with #2DB17C

Text Example


Text Example

White with #2DB17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,177,124); }

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

background-color css

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

 a { background-color: rgb(45,177,124); }

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

border-color css

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

 span { border-color: rgb(45,177,124); }

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