#1C821A

Color #1C821A Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1C821A

Tints of Forest Green #1C821A

Color information

#1C821A (or 0x1C821A) is unknown color: approx Forest Green. HEX triplet: 1C, 82 and 1A. RGB value is (28,130,26). Sum of RGB (Red+Green+Blue) = 28+130+26=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #1C821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C821A is #E37DE5. Grayscale: #575757. Windows color (decimal): -14908902 or 1737244. OLE color: 1737244.

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

Color convert

RGB2813026-
CMYK0.7800.80.49
HSL118.85º66.67%30.59%-
HSV(B)118.85º80%50.98%-
XYZ8.6516.293.67-
YUV87.6593.2185.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.22%
GREEN value IS 130 (51.17% from 255) = 70.65%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=15.22%
G=70.65%
B=14.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28130260.7800.80.49118.8566.6730.59
Hex1C821A4E0503177431f
Octal342023211601206116710337
Binary1110010000010110101001110010100001100011110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C821A;
 }
 .AnyTagClassName
 {
   color: #1C821A;
 }
</style>
background-color css

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

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

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

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

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

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