Html Css Color HEX #1D7312 Forest Green

📋 copy color: '#1D7312'

red 29 ◦ green 115 ◦ blue 18

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

Shades of Forest Green #1D7312

Tints of Forest Green #1D7312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 70.99%

 BLUE value IS 18 (7.42% from 255) = 11.11%

R = 17.9%
G = 70.99%
B = 11.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#1D7312 (or 0x1D7312) is known color: Forest Green. HEX triplet: 1D, 73 and 12. RGB value is (29,115,18). Sum of RGB (Red+Green+Blue) = 29+115+18=162 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.90% from 162); Green value is 115 (45.31% from 255 or 70.99% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7312 is #E28CED. Grayscale: #4E4E4E. Windows color (decimal): -14847214 or 1209117. OLE color: 1209117.

HSL color Cylindrical-coordinate representation of color #1D7312: hue angle of 113.2º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D7312 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 115 18 -
CMYK 0.75 0 0.84 0.55
HSL 113.2º 0.73% 0.26% -
HSV(B) 113.2º 0.84% 0.45% -
XYZ 6.75 12.57 2.64 -
YUV 78.23 94.01 92.89 -
System Red Green Blue C M Y K H S L
Decimal 29 115 18 0.75 0 0.84 0.55 113.2 0.73 0.26
Hex 1D 73 12 4B 0 54 37 71 49 1A
Octal 35 163 22 113 0 124 67 161 111 32
Binary 11101 1110011 10010 1001011 0 1010100 110111 1110001 1001001 11010

Color Harmonies of #1D7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7312

Black with #1D7312

Text Example


Text Example

White with #1D7312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,115,18); }

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

background-color css

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

 a { background-color: rgb(29,115,18); }

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

border-color css

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

 span { border-color: rgb(29,115,18); }

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