Html Css Color HEX #1D810F Forest Green

📋 copy color: '#1D810F'

red 29 ◦ green 129 ◦ blue 15

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

Shades of Forest Green #1D810F

Tints of Forest Green #1D810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 74.57%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 16.76%
G = 74.57%
B = 8.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#1D810F (or 0x1D810F) is known color: Forest Green. HEX triplet: 1D, 81 and 0F. RGB value is (29,129,15). Sum of RGB (Red+Green+Blue) = 29+129+15=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 129 (50.78% from 255 or 74.57% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 129 - color contains mainly: green. Hex color #1D810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D810F is #E27EF0. Grayscale: #565656. Windows color (decimal): -14843633 or 1016093. OLE color: 1016093.

HSL color Cylindrical-coordinate representation of color #1D810F: hue angle of 112.63º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D810F is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 129 15 -
CMYK 0.78 0 0.88 0.49
HSL 112.63º 0.79% 0.28% -
HSV(B) 112.63º 0.88% 0.51% -
XYZ 8.44 16 3.09 -
YUV 86.1 87.87 87.27 -
System Red Green Blue C M Y K H S L
Decimal 29 129 15 0.78 0 0.88 0.49 112.63 0.79 0.28
Hex 1D 81 F 4E 0 58 31 71 4F 1C
Octal 35 201 17 116 0 130 61 161 117 34
Binary 11101 10000001 1111 1001110 0 1011000 110001 1110001 1001111 11100

Color Harmonies of #1D810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D810F

Black with #1D810F

Text Example


Text Example

White with #1D810F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,129,15); }

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

background-color css

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

 a { background-color: rgb(29,129,15); }

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

border-color css

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

 span { border-color: rgb(29,129,15); }

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