Html Css Color HEX #1D821C Forest Green

📋 copy color: '#1D821C'

red 29 ◦ green 130 ◦ blue 28

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

Shades of Forest Green #1D821C

Tints of Forest Green #1D821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 15.51%
G = 69.52%
B = 14.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#1D821C (or 0x1D821C) is known color: Forest Green. HEX triplet: 1D, 82 and 1C. RGB value is (29,130,28). Sum of RGB (Red+Green+Blue) = 29+130+28=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #1D821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D821C is #E27DE3. Grayscale: #585858. Windows color (decimal): -14843364 or 1868317. OLE color: 1868317.

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

Color convert

RGB 29 130 28 -
CMYK 0.78 0 0.78 0.49
HSL 119.41º 0.65% 0.31% -
HSV(B) 119.41º 0.78% 0.51% -
XYZ 8.7 16.31 3.79 -
YUV 88.17 94.04 85.79 -
System Red Green Blue C M Y K H S L
Decimal 29 130 28 0.78 0 0.78 0.49 119.41 0.65 0.31
Hex 1D 82 1C 4E 0 4E 31 77 41 1F
Octal 35 202 34 116 0 116 61 167 101 37
Binary 11101 10000010 11100 1001110 0 1001110 110001 1110111 1000001 11111

Color Harmonies of #1D821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D821C

Black with #1D821C

Text Example


Text Example

White with #1D821C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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