Html Css Color HEX #1D7516 Forest Green

📋 copy color: '#1D7516'

red 29 ◦ green 117 ◦ blue 22

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

Shades of Forest Green #1D7516

Tints of Forest Green #1D7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 69.64%

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

R = 17.26%
G = 69.64%
B = 13.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#1D7516 (or 0x1D7516) is known color: Forest Green. HEX triplet: 1D, 75 and 16. RGB value is (29,117,22). Sum of RGB (Red+Green+Blue) = 29+117+22=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 117 (46.09% from 255 or 69.64% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7516 is #E28AE9. Grayscale: #505050. Windows color (decimal): -14846698 or 1471773. OLE color: 1471773.

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

Color convert

RGB 29 117 22 -
CMYK 0.75 0 0.81 0.54
HSL 115.58º 0.68% 0.27% -
HSV(B) 115.58º 0.81% 0.46% -
XYZ 7.01 13.04 2.91 -
YUV 79.86 95.35 91.72 -
System Red Green Blue C M Y K H S L
Decimal 29 117 22 0.75 0 0.81 0.54 115.58 0.68 0.27
Hex 1D 75 16 4B 0 51 36 74 44 1B
Octal 35 165 26 113 0 121 66 164 104 33
Binary 11101 1110101 10110 1001011 0 1010001 110110 1110100 1000100 11011

Color Harmonies of #1D7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7516

Black with #1D7516

Text Example


Text Example

White with #1D7516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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