#18B21C

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

Shades of Forest Green #18B21C

Tints of Forest Green #18B21C

Color information

#18B21C (or 0x18B21C) is unknown color: approx Forest Green. HEX triplet: 18, B2 and 1C. RGB value is (24,178,28). Sum of RGB (Red+Green+Blue) = 24+178+28=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 178 (69.92% from 255 or 77.39% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 178 - color contains mainly: green. Hex color #18B21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B21C is #E74DE3. Grayscale: #737373. Windows color (decimal): -15158756 or 1880600. OLE color: 1880600.

HSL color Cylindrical-coordinate representation of color #18B21C: hue angle of 121.56º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B21C is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB2417828-
CMYK0.8700.840.30
HSL121.56º76.24%39.61%-
HSV(B)121.56º86.52%69.8%-
XYZ16.5132.126.43-
YUV114.8578.9863.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 178 (69.92% from 255) = 77.39%
BLUE value IS 28 (11.33% from 255) = 12.17%
R=10.43%
G=77.39%
B=12.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24178280.8700.840.30121.5676.2439.61
Hex18B21C570541E7a4c28
Octal302623412701243617211450
Binary1100010110010111001010111010101001111011110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18B21C; }

 p { color: rgb(24,178,28); }

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

<style>
 a { background-color: #18B21C; }

 a { background-color: rgb(24,178,28); }

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

<style>
 span { border-color: #18B21C; }

 span { border-color: rgb(24,178,28); }

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