#1C9231

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

Shades of Forest Green #1C9231

Tints of Forest Green #1C9231

Color information

#1C9231 (or 0x1C9231) is unknown color: approx Forest Green. HEX triplet: 1C, 92 and 31. RGB value is (28,146,49). Sum of RGB (Red+Green+Blue) = 28+146+49=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #1C9231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C9231 is #E36DCE. Grayscale: #636363. Windows color (decimal): -14904783 or 3248668. OLE color: 3248668.

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

Color convert

RGB2814649-
CMYK0.8100.660.43
HSL130.68º67.82%34.12%-
HSV(B)130.68º80.82%57.25%-
XYZ11.3121.036.37-
YUV99.6699.4176.89-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=12.56%
G=65.47%
B=21.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal28146490.8100.660.43130.6867.8234.12
Hex1C9231510422B834422
Octal342226112101025320310442
Binary1110010010010110001101000101000010101011100000111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,146,49); }

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

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

 a { background-color: rgb(28,146,49); }

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

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

 span { border-color: rgb(28,146,49); }

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