#1C962A

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

Shades of Forest Green #1C962A

Tints of Forest Green #1C962A

Color information

#1C962A (or 0x1C962A) is unknown color: approx Forest Green. HEX triplet: 1C, 96 and 2A. RGB value is (28,150,42). Sum of RGB (Red+Green+Blue) = 28+150+42=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #1C962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C962A is #E369D5. Grayscale: #656565. Windows color (decimal): -14903766 or 2790940. OLE color: 2790940.

HSL color Cylindrical-coordinate representation of color #1C962A: hue angle of 126.89º 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 #1C962A is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB2815042-
CMYK0.8100.720.41
HSL126.89º68.54%34.9%-
HSV(B)126.89º81.33%58.82%-
XYZ11.822.235.86-
YUV101.2194.5875.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.73%
GREEN value IS 150 (58.98% from 255) = 68.18%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=12.73%
G=68.18%
B=19.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150420.8100.720.41126.8968.5434.9
Hex1C962A51048297f4523
Octal342265212101105117710543
Binary111001001011010101010100010100100010100111111111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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