Html Css Color HEX #2DB78F Jungle Green

📋 copy color: '#2DB78F'

red 45 ◦ green 183 ◦ blue 143

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

Shades of Jungle Green #2DB78F

Tints of Jungle Green #2DB78F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 12.13%
G = 49.33%
B = 38.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#2DB78F (or 0x2DB78F) is known color: Jungle Green. HEX triplet: 2D, B7 and 8F. RGB value is (45,183,143). Sum of RGB (Red+Green+Blue) = 45+183+143=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #2DB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB78F is #D24870. Grayscale: #898989. Windows color (decimal): -13781105 or 9418541. OLE color: 9418541.

HSL color Cylindrical-coordinate representation of color #2DB78F: hue angle of 162.61º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB78F is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 45 183 143 -
CMYK 0.75 0 0.22 0.28
HSL 162.61º 0.61% 0.45% -
HSV(B) 162.61º 0.75% 0.72% -
XYZ 22.97 36.41 31.8 -
YUV 137.18 131.28 62.25 -
System Red Green Blue C M Y K H S L
Decimal 45 183 143 0.75 0 0.22 0.28 162.61 0.61 0.45
Hex 2D B7 8F 4B 0 16 1C A3 3D 2D
Octal 55 267 217 113 0 26 34 243 75 55
Binary 101101 10110111 10001111 1001011 0 10110 11100 10100011 111101 101101

Color Harmonies of #2DB78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB78F

Black with #2DB78F

Text Example


Text Example

White with #2DB78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,183,143); }

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

background-color css

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

 a { background-color: rgb(45,183,143); }

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

border-color css

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

 span { border-color: rgb(45,183,143); }

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