#18A31D

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

Shades of Forest Green #18A31D

Tints of Forest Green #18A31D

Color information

#18A31D (or 0x18A31D) is unknown color: approx Forest Green. HEX triplet: 18, A3 and 1D. RGB value is (24,163,29). Sum of RGB (Red+Green+Blue) = 24+163+29=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 163 (64.06% from 255 or 75.46% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 163 - color contains mainly: green. Hex color #18A31D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A31D is #E75CE2. Grayscale: #6A6A6A. Windows color (decimal): -15162595 or 1942296. OLE color: 1942296.

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

Color convert

RGB2416329-
CMYK0.8500.820.36
HSL122.16º74.33%36.67%-
HSV(B)122.16º85.28%63.92%-
XYZ13.726.485.55-
YUV106.1684.4569.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.11%
GREEN value IS 163 (64.06% from 255) = 75.46%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=11.11%
G=75.46%
B=13.43%

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
Decimal24163290.8500.820.36122.1674.3336.67
Hex18A31D55052247a4a25
Octal302433512501224417211245
Binary11000101000111110110101010101001010010011110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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