#1C962D

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

Shades of Forest Green #1C962D

Tints of Forest Green #1C962D

Color information

#1C962D (or 0x1C962D) is unknown color: approx Forest Green. HEX triplet: 1C, 96 and 2D. RGB value is (28,150,45). Sum of RGB (Red+Green+Blue) = 28+150+45=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #1C962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C962D is #E369D2. Grayscale: #656565. Windows color (decimal): -14903763 or 2987548. OLE color: 2987548.

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

Color convert

RGB2815045-
CMYK0.8100.700.41
HSL128.36º68.54%34.9%-
HSV(B)128.36º81.33%58.82%-
XYZ11.8622.256.15-
YUV101.5596.0875.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 150 (58.98% from 255) = 67.26%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=12.56%
G=67.26%
B=20.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal28150450.8100.700.41128.3668.5434.9
Hex1C962D5104629804523
Octal342265512101065120010543
Binary1110010010110101101101000101000110101001100000001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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