#1C912A

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

Shades of Forest Green #1C912A

Tints of Forest Green #1C912A

Color information

#1C912A (or 0x1C912A) is unknown color: approx Forest Green. HEX triplet: 1C, 91 and 2A. RGB value is (28,145,42). Sum of RGB (Red+Green+Blue) = 28+145+42=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #1C912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C912A is #E36ED5. Grayscale: #626262. Windows color (decimal): -14905046 or 2789660. OLE color: 2789660.

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

Color convert

RGB2814542-
CMYK0.8100.710.43
HSL127.18º67.63%33.92%-
HSV(B)127.18º80.69%56.86%-
XYZ11.0220.665.6-
YUV98.2896.2477.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 145 (57.03% from 255) = 67.44%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=13.02%
G=67.44%
B=19.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28145420.8100.710.43127.1867.6333.92
Hex1C912A510472B7f4422
Octal342215212101075317710442
Binary111001001000110101010100010100011110101111111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,145,42); }

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

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

 a { background-color: rgb(28,145,42); }

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

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

 span { border-color: rgb(28,145,42); }

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