Html Css Color HEX #2DA385 Jungle Green

📋 copy color: '#2DA385'

red 45 ◦ green 163 ◦ blue 133

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

Shades of Jungle Green #2DA385

Tints of Jungle Green #2DA385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 13.2%
G = 47.8%
B = 39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#2DA385 (or 0x2DA385) is known color: Jungle Green. HEX triplet: 2D, A3 and 85. RGB value is (45,163,133). Sum of RGB (Red+Green+Blue) = 45+163+133=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA385 is #D25C7A. Grayscale: #7C7C7C. Windows color (decimal): -13786235 or 8758061. OLE color: 8758061.

HSL color Cylindrical-coordinate representation of color #2DA385: hue angle of 164.75º 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 #2DA385 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 163 133 -
CMYK 0.72 0 0.18 0.36
HSL 164.75º 0.57% 0.41% -
HSV(B) 164.75º 0.72% 0.64% -
XYZ 18.41 28.45 26.71 -
YUV 124.3 132.91 71.44 -
System Red Green Blue C M Y K H S L
Decimal 45 163 133 0.72 0 0.18 0.36 164.75 0.57 0.41
Hex 2D A3 85 48 0 12 24 A5 39 29
Octal 55 243 205 110 0 22 44 245 71 51
Binary 101101 10100011 10000101 1001000 0 10010 100100 10100101 111001 101001

Color Harmonies of #2DA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA385

Black with #2DA385

Text Example


Text Example

White with #2DA385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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