#18A21D

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

Shades of Forest Green #18A21D

Tints of Forest Green #18A21D

Color information

#18A21D (or 0x18A21D) is unknown color: approx Forest Green. HEX triplet: 18, A2 and 1D. RGB value is (24,162,29). Sum of RGB (Red+Green+Blue) = 24+162+29=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #18A21D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A21D is #E75DE2. Grayscale: #696969. Windows color (decimal): -15162851 or 1942040. OLE color: 1942040.

HSL color Cylindrical-coordinate representation of color #18A21D: hue angle of 122.17º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A21D is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB2416229-
CMYK0.8500.820.36
HSL122.17º74.19%36.47%-
HSV(B)122.17º85.19%63.53%-
XYZ13.5226.125.49-
YUV105.5884.7869.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 162 (63.67% from 255) = 75.35%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=11.16%
G=75.35%
B=13.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24162290.8500.820.36122.1774.1936.47
Hex18A21D55052247a4a24
Octal302423512501224417211244
Binary11000101000101110110101010101001010010011110101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,162,29); }

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

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

 a { background-color: rgb(24,162,29); }

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

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

 span { border-color: rgb(24,162,29); }

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