#1C821F

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

Shades of Forest Green #1C821F

Tints of Forest Green #1C821F

Color information

#1C821F (or 0x1C821F) is unknown color: approx Forest Green. HEX triplet: 1C, 82 and 1F. RGB value is (28,130,31). Sum of RGB (Red+Green+Blue) = 28+130+31=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #1C821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C821F is #E37DE0. Grayscale: #585858. Windows color (decimal): -14908897 or 2064924. OLE color: 2064924.

HSL color Cylindrical-coordinate representation of color #1C821F: hue angle of 121.76º 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 #1C821F is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB2813031-
CMYK0.7800.760.49
HSL121.76º64.56%30.98%-
HSV(B)121.76º78.46%50.98%-
XYZ8.7116.313.99-
YUV88.2295.7185.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 130 (51.17% from 255) = 68.78%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=14.81%
G=68.78%
B=16.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal28130310.7800.760.49121.7664.5630.98
Hex1C821F4E04C317a411f
Octal342023711601146117210137
Binary1110010000010111111001110010011001100011111010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C821F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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