#1C881A

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

Shades of Forest Green #1C881A

Tints of Forest Green #1C881A

Color information

#1C881A (or 0x1C881A) is unknown color: approx Forest Green. HEX triplet: 1C, 88 and 1A. RGB value is (28,136,26). Sum of RGB (Red+Green+Blue) = 28+136+26=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 136 (53.52% from 255 or 71.58% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 136 - color contains mainly: green. Hex color #1C881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C881A is #E377E5. Grayscale: #5B5B5B. Windows color (decimal): -14907366 or 1738780. OLE color: 1738780.

HSL color Cylindrical-coordinate representation of color #1C881A: hue angle of 118.91º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C881A is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB2813626-
CMYK0.7900.810.47
HSL118.91º67.9%31.76%-
HSV(B)118.91º80.88%53.33%-
XYZ9.4717.933.94-
YUV91.1791.2282.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 136 (53.52% from 255) = 71.58%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=14.74%
G=71.58%
B=13.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28136260.7900.810.47118.9167.931.76
Hex1C881A4F0512F774420
Octal342103211701215716710440
Binary11100100010001101010011110101000110111111101111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C881A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,136,26); }

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

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

 a { background-color: rgb(28,136,26); }

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

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

 span { border-color: rgb(28,136,26); }

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