Html Css Color HEX #1D8313 Forest Green

📋 copy color: '#1D8313'

red 29 ◦ green 131 ◦ blue 19

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

Shades of Forest Green #1D8313

Tints of Forest Green #1D8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 73.18%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 16.2%
G = 73.18%
B = 10.61%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#1D8313 (or 0x1D8313) is known color: Forest Green. HEX triplet: 1D, 83 and 13. RGB value is (29,131,19). Sum of RGB (Red+Green+Blue) = 29+131+19=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 131 (51.56% from 255 or 73.18% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 131 - color contains mainly: green. Hex color #1D8313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D8313 is #E27CEC. Grayscale: #585858. Windows color (decimal): -14843117 or 1278749. OLE color: 1278749.

HSL color Cylindrical-coordinate representation of color #1D8313: hue angle of 114.64º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8313 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 131 19 -
CMYK 0.78 0 0.85 0.49
HSL 114.64º 0.75% 0.29% -
HSV(B) 114.64º 0.85% 0.51% -
XYZ 8.74 16.54 3.35 -
YUV 87.73 89.21 86.11 -
System Red Green Blue C M Y K H S L
Decimal 29 131 19 0.78 0 0.85 0.49 114.64 0.75 0.29
Hex 1D 83 13 4E 0 55 31 73 4B 1D
Octal 35 203 23 116 0 125 61 163 113 35
Binary 11101 10000011 10011 1001110 0 1010101 110001 1110011 1001011 11101

Color Harmonies of #1D8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8313

Black with #1D8313

Text Example


Text Example

White with #1D8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,131,19); }

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

background-color css

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

 a { background-color: rgb(29,131,19); }

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

border-color css

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

 span { border-color: rgb(29,131,19); }

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