Html Css Color HEX #1D9520 Forest Green

📋 copy color: '#1D9520'

red 29 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #1D9520

Tints of Forest Green #1D9520

RGB

 RED value IS 29 (11.72% from 255) = 13.81%

 GREEN value IS 149 (58.59% from 255) = 70.95%

 BLUE value IS 32 (12.89% from 255) = 15.24%

R = 13.81%
G = 70.95%
B = 15.24%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#1D9520 (or 0x1D9520) is known color: Forest Green. HEX triplet: 1D, 95 and 20. RGB value is (29,149,32). Sum of RGB (Red+Green+Blue) = 29+149+32=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #1D9520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9520 is #E26ADF. Grayscale: #646464. Windows color (decimal): -14838496 or 2135325. OLE color: 2135325.

HSL color Cylindrical-coordinate representation of color #1D9520: hue angle of 121.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9520 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 149 32 -
CMYK 0.81 0 0.79 0.42
HSL 121.5º 0.67% 0.35% -
HSV(B) 121.5º 0.81% 0.58% -
XYZ 11.51 21.86 4.98 -
YUV 99.78 89.74 77.51 -
System Red Green Blue C M Y K H S L
Decimal 29 149 32 0.81 0 0.79 0.42 121.5 0.67 0.35
Hex 1D 95 20 51 0 4F 2A 7A 43 23
Octal 35 225 40 121 0 117 52 172 103 43
Binary 11101 10010101 100000 1010001 0 1001111 101010 1111010 1000011 100011

Color Harmonies of #1D9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9520

Black with #1D9520

Text Example


Text Example

White with #1D9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D9520; }

 p { color: rgb(29,149,32); }

 H1.HeaderClassName
 {
   color: #1D9520;
 }
 .AnyTagClassName
 {
   color: #1D9520;
 }
</style>

background-color css

<style>
 a { background-color: #1D9520; }

 a { background-color: rgb(29,149,32); }

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

border-color css

<style>
 span { border-color: #1D9520; }

 span { border-color: rgb(29,149,32); }

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