#1C971F

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

Shades of Forest Green #1C971F

Tints of Forest Green #1C971F

Color information

#1C971F (or 0x1C971F) is unknown color: approx Forest Green. HEX triplet: 1C, 97 and 1F. RGB value is (28,151,31). Sum of RGB (Red+Green+Blue) = 28+151+31=210 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.33% from 210); Green value is 151 (59.38% from 255 or 71.90% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 151 - color contains mainly: green. Hex color #1C971F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C971F is #E368E0. Grayscale: #646464. Windows color (decimal): -14903521 or 2070300. OLE color: 2070300.

HSL color Cylindrical-coordinate representation of color #1C971F: hue angle of 121.46º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C971F is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB2815131-
CMYK0.8100.790.41
HSL121.46º68.72%35.1%-
HSV(B)121.46º81.46%59.22%-
XYZ11.7922.485.01-
YUV100.5488.7576.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.33%
GREEN value IS 151 (59.38% from 255) = 71.90%
BLUE value IS 31 (12.5% from 255) = 14.76%
R=13.33%
G=71.90%
B=14.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28151310.8100.790.41121.4668.7235.1
Hex1C971F5104F29794523
Octal342273712101175117110543
Binary11100100101111111110100010100111110100111110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C971F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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