Html Css Color HEX #1D7514 Forest Green

📋 copy color: '#1D7514'

red 29 ◦ green 117 ◦ blue 20

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

Shades of Forest Green #1D7514

Tints of Forest Green #1D7514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 17.47%
G = 70.48%
B = 12.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#1D7514 (or 0x1D7514) is known color: Forest Green. HEX triplet: 1D, 75 and 14. RGB value is (29,117,20). Sum of RGB (Red+Green+Blue) = 29+117+20=166 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.47% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7514 is #E28AEB. Grayscale: #4F4F4F. Windows color (decimal): -14846700 or 1340701. OLE color: 1340701.

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

Color convert

RGB 29 117 20 -
CMYK 0.75 0 0.83 0.54
HSL 114.43º 0.71% 0.27% -
HSV(B) 114.43º 0.83% 0.46% -
XYZ 6.99 13.03 2.81 -
YUV 79.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 29 117 20 0.75 0 0.83 0.54 114.43 0.71 0.27
Hex 1D 75 14 4B 0 53 36 72 47 1B
Octal 35 165 24 113 0 123 66 162 107 33
Binary 11101 1110101 10100 1001011 0 1010011 110110 1110010 1000111 11011

Color Harmonies of #1D7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7514

Black with #1D7514

Text Example


Text Example

White with #1D7514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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