#1C8F2C

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

Shades of Forest Green #1C8F2C

Tints of Forest Green #1C8F2C

Color information

#1C8F2C (or 0x1C8F2C) is unknown color: approx Forest Green. HEX triplet: 1C, 8F and 2C. RGB value is (28,143,44). Sum of RGB (Red+Green+Blue) = 28+143+44=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #1C8F2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C8F2C is #E370D3. Grayscale: #616161. Windows color (decimal): -14905556 or 2920220. OLE color: 2920220.

HSL color Cylindrical-coordinate representation of color #1C8F2C: hue angle of 128.35º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8F2C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB2814344-
CMYK0.8000.690.44
HSL128.35º67.25%33.53%-
HSV(B)128.35º80.42%56.08%-
XYZ10.7620.075.69-
YUV97.3397.978.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.02%
GREEN value IS 143 (56.25% from 255) = 66.51%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=13.02%
G=66.51%
B=20.47%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal28143440.8000.690.44128.3567.2533.53
Hex1C8F2C500452C804322
Octal342175412001055420010342
Binary1110010001111101100101000001000101101100100000001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C8F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,143,44); }

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

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

 a { background-color: rgb(28,143,44); }

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

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

 span { border-color: rgb(28,143,44); }

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