Html Css Color HEX #1D7518 Forest Green

📋 copy color: '#1D7518'

red 29 ◦ green 117 ◦ blue 24

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

Shades of Forest Green #1D7518

Tints of Forest Green #1D7518

RGB

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

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

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

R = 17.06%
G = 68.82%
B = 14.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#1D7518 (or 0x1D7518) is known color: Forest Green. HEX triplet: 1D, 75 and 18. RGB value is (29,117,24). Sum of RGB (Red+Green+Blue) = 29+117+24=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 117 (46.09% from 255 or 68.82% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 117 - color contains mainly: green. Hex color #1D7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7518 is #E28AE7. Grayscale: #505050. Windows color (decimal): -14846696 or 1602845. OLE color: 1602845.

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

Color convert

RGB 29 117 24 -
CMYK 0.75 0 0.79 0.54
HSL 116.77º 0.66% 0.28% -
HSV(B) 116.77º 0.79% 0.46% -
XYZ 7.03 13.05 3.01 -
YUV 80.09 96.35 91.56 -
System Red Green Blue C M Y K H S L
Decimal 29 117 24 0.75 0 0.79 0.54 116.77 0.66 0.28
Hex 1D 75 18 4B 0 4F 36 75 42 1C
Octal 35 165 30 113 0 117 66 165 102 34
Binary 11101 1110101 11000 1001011 0 1001111 110110 1110101 1000010 11100

Color Harmonies of #1D7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7518

Black with #1D7518

Text Example


Text Example

White with #1D7518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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