Html Css Color HEX #1D820C Forest Green

📋 copy color: '#1D820C'

red 29 ◦ green 130 ◦ blue 12

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

Shades of Forest Green #1D820C

Tints of Forest Green #1D820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 76.02%

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 16.96%
G = 76.02%
B = 7.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#1D820C (or 0x1D820C) is known color: Forest Green. HEX triplet: 1D, 82 and 0C. RGB value is (29,130,12). Sum of RGB (Red+Green+Blue) = 29+130+12=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #1D820C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D820C is #E27DF3. Grayscale: #565656. Windows color (decimal): -14843380 or 819741. OLE color: 819741.

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

Color convert

RGB 29 130 12 -
CMYK 0.78 0 0.91 0.49
HSL 111.36º 0.83% 0.28% -
HSV(B) 111.36º 0.91% 0.51% -
XYZ 8.56 16.25 3.03 -
YUV 86.35 86.04 87.09 -
System Red Green Blue C M Y K H S L
Decimal 29 130 12 0.78 0 0.91 0.49 111.36 0.83 0.28
Hex 1D 82 C 4E 0 5B 31 6F 53 1C
Octal 35 202 14 116 0 133 61 157 123 34
Binary 11101 10000010 1100 1001110 0 1011011 110001 1101111 1010011 11100

Color Harmonies of #1D820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D820C

Black with #1D820C

Text Example


Text Example

White with #1D820C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,130,12); }

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

background-color css

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

 a { background-color: rgb(29,130,12); }

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

border-color css

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

 span { border-color: rgb(29,130,12); }

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