Html Css Color HEX #1D7018 Forest Green

📋 copy color: '#1D7018'

red 29 ◦ green 112 ◦ blue 24

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

Shades of Forest Green #1D7018

Tints of Forest Green #1D7018

RGB

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

 GREEN value IS 112 (44.14% from 255) = 67.88%

 BLUE value IS 24 (9.77% from 255) = 14.55%

R = 17.58%
G = 67.88%
B = 14.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#1D7018 (or 0x1D7018) is known color: Forest Green. HEX triplet: 1D, 70 and 18. RGB value is (29,112,24). Sum of RGB (Red+Green+Blue) = 29+112+24=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #1D7018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7018 is #E28FE7. Grayscale: #4D4D4D. Windows color (decimal): -14847976 or 1601565. OLE color: 1601565.

HSL color Cylindrical-coordinate representation of color #1D7018: hue angle of 116.59º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D7018 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 112 24 -
CMYK 0.74 0 0.79 0.56
HSL 116.59º 0.65% 0.27% -
HSV(B) 116.59º 0.79% 0.44% -
XYZ 6.47 11.92 2.82 -
YUV 77.15 98 93.66 -
System Red Green Blue C M Y K H S L
Decimal 29 112 24 0.74 0 0.79 0.56 116.59 0.65 0.27
Hex 1D 70 18 4A 0 4F 38 75 41 1B
Octal 35 160 30 112 0 117 70 165 101 33
Binary 11101 1110000 11000 1001010 0 1001111 111000 1110101 1000001 11011

Color Harmonies of #1D7018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7018

Black with #1D7018

Text Example


Text Example

White with #1D7018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,112,24); }

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

background-color css

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

 a { background-color: rgb(29,112,24); }

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

border-color css

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

 span { border-color: rgb(29,112,24); }

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