Html Css Color HEX #2DA380 Jungle Green

📋 copy color: '#2DA380'

red 45 ◦ green 163 ◦ blue 128

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

Shades of Jungle Green #2DA380

Tints of Jungle Green #2DA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.51%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 13.39%
G = 48.51%
B = 38.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#2DA380 (or 0x2DA380) is known color: Jungle Green. HEX triplet: 2D, A3 and 80. RGB value is (45,163,128). Sum of RGB (Red+Green+Blue) = 45+163+128=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA380 is #D25C7F. Grayscale: #7B7B7B. Windows color (decimal): -13786240 or 8430381. OLE color: 8430381.

HSL color Cylindrical-coordinate representation of color #2DA380: hue angle of 162.2º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA380 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 163 128 -
CMYK 0.72 0 0.21 0.36
HSL 162.2º 0.57% 0.41% -
HSV(B) 162.2º 0.72% 0.64% -
XYZ 18.08 28.31 24.93 -
YUV 123.73 130.41 71.85 -
System Red Green Blue C M Y K H S L
Decimal 45 163 128 0.72 0 0.21 0.36 162.2 0.57 0.41
Hex 2D A3 80 48 0 15 24 A2 39 29
Octal 55 243 200 110 0 25 44 242 71 51
Binary 101101 10100011 10000000 1001000 0 10101 100100 10100010 111001 101001

Color Harmonies of #2DA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA380

Black with #2DA380

Text Example


Text Example

White with #2DA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,163,128); }

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

background-color css

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

 a { background-color: rgb(45,163,128); }

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

border-color css

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

 span { border-color: rgb(45,163,128); }

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