Html Css Color HEX #1D872F Forest Green

📋 copy color: '#1D872F'

red 29 ◦ green 135 ◦ blue 47

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

Shades of Forest Green #1D872F

Tints of Forest Green #1D872F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.98%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 13.74%
G = 63.98%
B = 22.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#1D872F (or 0x1D872F) is known color: Forest Green. HEX triplet: 1D, 87 and 2F. RGB value is (29,135,47). Sum of RGB (Red+Green+Blue) = 29+135+47=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 135 (53.12% from 255 or 63.98% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 135 - color contains mainly: green. Hex color #1D872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D872F is #E278D0. Grayscale: #5D5D5D. Windows color (decimal): -14842065 or 3114781. OLE color: 3114781.

HSL color Cylindrical-coordinate representation of color #1D872F: hue angle of 130.19º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D872F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 135 47 -
CMYK 0.79 0 0.65 0.47
HSL 130.19º 0.65% 0.32% -
HSV(B) 130.19º 0.79% 0.53% -
XYZ 9.68 17.79 5.61 -
YUV 93.27 101.88 82.16 -
System Red Green Blue C M Y K H S L
Decimal 29 135 47 0.79 0 0.65 0.47 130.19 0.65 0.32
Hex 1D 87 2F 4F 0 41 2F 82 41 20
Octal 35 207 57 117 0 101 57 202 101 40
Binary 11101 10000111 101111 1001111 0 1000001 101111 10000010 1000001 100000

Color Harmonies of #1D872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D872F

Black with #1D872F

Text Example


Text Example

White with #1D872F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,135,47); }

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

background-color css

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

 a { background-color: rgb(29,135,47); }

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

border-color css

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

 span { border-color: rgb(29,135,47); }

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