Html Css Color HEX #1D870C Forest Green

📋 copy color: '#1D870C'

red 29 ◦ green 135 ◦ blue 12

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

Shades of Forest Green #1D870C

Tints of Forest Green #1D870C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 16.48%
G = 76.7%
B = 6.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#1D870C (or 0x1D870C) is known color: Forest Green. HEX triplet: 1D, 87 and 0C. RGB value is (29,135,12). Sum of RGB (Red+Green+Blue) = 29+135+12=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 135 (53.12% from 255 or 76.70% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 135 - color contains mainly: green. Hex color #1D870C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D870C is #E278F3. Grayscale: #595959. Windows color (decimal): -14842100 or 821021. OLE color: 821021.

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

Color convert

RGB 29 135 12 -
CMYK 0.79 0 0.91 0.47
HSL 111.71º 0.84% 0.29% -
HSV(B) 111.71º 0.91% 0.53% -
XYZ 9.24 17.62 3.26 -
YUV 89.28 84.38 85 -
System Red Green Blue C M Y K H S L
Decimal 29 135 12 0.79 0 0.91 0.47 111.71 0.84 0.29
Hex 1D 87 C 4F 0 5B 2F 70 54 1D
Octal 35 207 14 117 0 133 57 160 124 35
Binary 11101 10000111 1100 1001111 0 1011011 101111 1110000 1010100 11101

Color Harmonies of #1D870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D870C

Black with #1D870C

Text Example


Text Example

White with #1D870C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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