Html Css Color HEX #1D861F Forest Green

📋 copy color: '#1D861F'

red 29 ◦ green 134 ◦ blue 31

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

Shades of Forest Green #1D861F

Tints of Forest Green #1D861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 69.07%

 BLUE value IS 31 (12.5% from 255) = 15.98%

R = 14.95%
G = 69.07%
B = 15.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#1D861F (or 0x1D861F) is known color: Forest Green. HEX triplet: 1D, 86 and 1F. RGB value is (29,134,31). Sum of RGB (Red+Green+Blue) = 29+134+31=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 134 (52.73% from 255 or 69.07% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 134 - color contains mainly: green. Hex color #1D861F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D861F is #E279E0. Grayscale: #5B5B5B. Windows color (decimal): -14842337 or 2065949. OLE color: 2065949.

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

Color convert

RGB 29 134 31 -
CMYK 0.78 0 0.77 0.47
HSL 121.14º 0.64% 0.32% -
HSV(B) 121.14º 0.78% 0.53% -
XYZ 9.28 17.41 4.17 -
YUV 90.86 94.21 83.88 -
System Red Green Blue C M Y K H S L
Decimal 29 134 31 0.78 0 0.77 0.47 121.14 0.64 0.32
Hex 1D 86 1F 4E 0 4D 2F 79 40 20
Octal 35 206 37 116 0 115 57 171 100 40
Binary 11101 10000110 11111 1001110 0 1001101 101111 1111001 1000000 100000

Color Harmonies of #1D861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D861F

Black with #1D861F

Text Example


Text Example

White with #1D861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,134,31); }

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

background-color css

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

 a { background-color: rgb(29,134,31); }

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

border-color css

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

 span { border-color: rgb(29,134,31); }

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