#1C931D

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

Shades of Forest Green #1C931D

Tints of Forest Green #1C931D

Color information

#1C931D (or 0x1C931D) is unknown color: approx Forest Green. HEX triplet: 1C, 93 and 1D. RGB value is (28,147,29). Sum of RGB (Red+Green+Blue) = 28+147+29=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 147 (57.81% from 255 or 72.06% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 147 - color contains mainly: green. Hex color #1C931D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C931D is #E36CE2. Grayscale: #626262. Windows color (decimal): -14904547 or 1938204. OLE color: 1938204.

HSL color Cylindrical-coordinate representation of color #1C931D: hue angle of 120.5º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C931D is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB2814729-
CMYK0.8100.800.42
HSL120.5º68%34.31%-
HSV(B)120.5º80.95%57.65%-
XYZ11.1321.24.67-
YUV97.9789.0878.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.73%
GREEN value IS 147 (57.81% from 255) = 72.06%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=13.73%
G=72.06%
B=14.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal28147290.8100.800.42120.56834.31
Hex1C931D510502A794422
Octal342233512101205217110442
Binary11100100100111110110100010101000010101011110011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C931D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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