Html Css Color HEX #1D7316 Forest Green

📋 copy color: '#1D7316'

red 29 ◦ green 115 ◦ blue 22

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

Shades of Forest Green #1D7316

Tints of Forest Green #1D7316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 17.47%
G = 69.28%
B = 13.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#1D7316 (or 0x1D7316) is known color: Forest Green. HEX triplet: 1D, 73 and 16. RGB value is (29,115,22). Sum of RGB (Red+Green+Blue) = 29+115+22=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 115 (45.31% from 255 or 69.28% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 115 - color contains mainly: green. Hex color #1D7316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7316 is #E28CE9. Grayscale: #4E4E4E. Windows color (decimal): -14847210 or 1471261. OLE color: 1471261.

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

Color convert

RGB 29 115 22 -
CMYK 0.75 0 0.81 0.55
HSL 115.48º 0.68% 0.27% -
HSV(B) 115.48º 0.81% 0.45% -
XYZ 6.78 12.58 2.83 -
YUV 78.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 29 115 22 0.75 0 0.81 0.55 115.48 0.68 0.27
Hex 1D 73 16 4B 0 51 37 73 44 1B
Octal 35 163 26 113 0 121 67 163 104 33
Binary 11101 1110011 10110 1001011 0 1010001 110111 1110011 1000100 11011

Color Harmonies of #1D7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7316

Black with #1D7316

Text Example


Text Example

White with #1D7316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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