Html Css Color HEX #1D872A Forest Green

📋 copy color: '#1D872A'

red 29 ◦ green 135 ◦ blue 42

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

Shades of Forest Green #1D872A

Tints of Forest Green #1D872A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 14.08%
G = 65.53%
B = 20.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#1D872A (or 0x1D872A) is known color: Forest Green. HEX triplet: 1D, 87 and 2A. RGB value is (29,135,42). Sum of RGB (Red+Green+Blue) = 29+135+42=206 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.08% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #1D872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D872A is #E278D5. Grayscale: #5C5C5C. Windows color (decimal): -14842070 or 2787101. OLE color: 2787101.

HSL color Cylindrical-coordinate representation of color #1D872A: hue angle of 127.36º 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 #1D872A is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 135 42 -
CMYK 0.79 0 0.69 0.47
HSL 127.36º 0.65% 0.32% -
HSV(B) 127.36º 0.79% 0.53% -
XYZ 9.59 17.76 5.11 -
YUV 92.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 29 135 42 0.79 0 0.69 0.47 127.36 0.65 0.32
Hex 1D 87 2A 4F 0 45 2F 7F 41 20
Octal 35 207 52 117 0 105 57 177 101 40
Binary 11101 10000111 101010 1001111 0 1000101 101111 1111111 1000001 100000

Color Harmonies of #1D872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D872A

Black with #1D872A

Text Example


Text Example

White with #1D872A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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