Html Css Color HEX #1D6C13 Forest Green

📋 copy color: '#1D6C13'

red 29 ◦ green 108 ◦ blue 19

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

Shades of Forest Green #1D6C13

Tints of Forest Green #1D6C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 69.23%

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

R = 18.59%
G = 69.23%
B = 12.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#1D6C13 (or 0x1D6C13) is known color: Forest Green. HEX triplet: 1D, 6C and 13. RGB value is (29,108,19). Sum of RGB (Red+Green+Blue) = 29+108+19=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #1D6C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6C13 is #E293EC. Grayscale: #4A4A4A. Windows color (decimal): -14849005 or 1272861. OLE color: 1272861.

HSL color Cylindrical-coordinate representation of color #1D6C13: hue angle of 113.26º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D6C13 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 108 19 -
CMYK 0.73 0 0.82 0.58
HSL 113.26º 0.7% 0.25% -
HSV(B) 113.26º 0.82% 0.42% -
XYZ 5.99 11.03 2.43 -
YUV 74.23 96.83 95.74 -
System Red Green Blue C M Y K H S L
Decimal 29 108 19 0.73 0 0.82 0.58 113.26 0.7 0.25
Hex 1D 6C 13 49 0 52 3A 71 46 19
Octal 35 154 23 111 0 122 72 161 106 31
Binary 11101 1101100 10011 1001001 0 1010010 111010 1110001 1000110 11001

Color Harmonies of #1D6C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6C13

Black with #1D6C13

Text Example


Text Example

White with #1D6C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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