Html Css Color HEX #2DA87B Jungle Green

📋 copy color: '#2DA87B'

red 45 ◦ green 168 ◦ blue 123

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

Shades of Jungle Green #2DA87B

Tints of Jungle Green #2DA87B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 13.39%
G = 50%
B = 36.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#2DA87B (or 0x2DA87B) is known color: Jungle Green. HEX triplet: 2D, A8 and 7B. RGB value is (45,168,123). Sum of RGB (Red+Green+Blue) = 45+168+123=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #2DA87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA87B is #D25784. Grayscale: #7E7E7E. Windows color (decimal): -13784965 or 8103981. OLE color: 8103981.

HSL color Cylindrical-coordinate representation of color #2DA87B: hue angle of 158.05º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA87B is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 45 168 123 -
CMYK 0.73 0 0.27 0.34
HSL 158.05º 0.58% 0.42% -
HSV(B) 158.05º 0.73% 0.66% -
XYZ 18.66 29.99 23.54 -
YUV 126.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 45 168 123 0.73 0 0.27 0.34 158.05 0.58 0.42
Hex 2D A8 7B 49 0 1B 22 9E 3A 2A
Octal 55 250 173 111 0 33 42 236 72 52
Binary 101101 10101000 1111011 1001001 0 11011 100010 10011110 111010 101010

Color Harmonies of #2DA87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA87B

Black with #2DA87B

Text Example


Text Example

White with #2DA87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,168,123); }

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

background-color css

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

 a { background-color: rgb(45,168,123); }

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

border-color css

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

 span { border-color: rgb(45,168,123); }

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