Html Css Color HEX #1D8D32 Forest Green

📋 copy color: '#1D8D32'

red 29 ◦ green 141 ◦ blue 50

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

Shades of Forest Green #1D8D32

Tints of Forest Green #1D8D32

RGB

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

 GREEN value IS 141 (55.47% from 255) = 64.09%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 13.18%
G = 64.09%
B = 22.73%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#1D8D32 (or 0x1D8D32) is known color: Forest Green. HEX triplet: 1D, 8D and 32. RGB value is (29,141,50). Sum of RGB (Red+Green+Blue) = 29+141+50=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #1D8D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D8D32 is #E272CD. Grayscale: #616161. Windows color (decimal): -14840526 or 3312925. OLE color: 3312925.

HSL color Cylindrical-coordinate representation of color #1D8D32: hue angle of 131.25º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8D32 is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 141 50 -
CMYK 0.79 0 0.65 0.45
HSL 131.25º 0.66% 0.33% -
HSV(B) 131.25º 0.79% 0.55% -
XYZ 10.61 19.54 6.23 -
YUV 97.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 29 141 50 0.79 0 0.65 0.45 131.25 0.66 0.33
Hex 1D 8D 32 4F 0 41 2D 83 42 21
Octal 35 215 62 117 0 101 55 203 102 41
Binary 11101 10001101 110010 1001111 0 1000001 101101 10000011 1000010 100001

Color Harmonies of #1D8D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8D32

Black with #1D8D32

Text Example


Text Example

White with #1D8D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,141,50); }

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

background-color css

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

 a { background-color: rgb(29,141,50); }

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

border-color css

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

 span { border-color: rgb(29,141,50); }

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