#18A31F

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

Shades of Forest Green #18A31F

Tints of Forest Green #18A31F

Color information

#18A31F (or 0x18A31F) is unknown color: approx Forest Green. HEX triplet: 18, A3 and 1F. RGB value is (24,163,31). Sum of RGB (Red+Green+Blue) = 24+163+31=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 163 (64.06% from 255 or 74.77% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 163 - color contains mainly: green. Hex color #18A31F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A31F is #E75CE0. Grayscale: #6A6A6A. Windows color (decimal): -15162593 or 2073368. OLE color: 2073368.

HSL color Cylindrical-coordinate representation of color #18A31F: hue angle of 123.02º 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 #18A31F is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB2416331-
CMYK0.8500.810.36
HSL123.02º74.33%36.67%-
HSV(B)123.02º85.28%63.92%-
XYZ13.7226.495.69-
YUV106.3985.4569.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 163 (64.06% from 255) = 74.77%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=11.01%
G=74.77%
B=14.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24163310.8500.810.36123.0274.3336.67
Hex18A31F55051247b4a25
Octal302433712501214417311245
Binary11000101000111111110101010101000110010011110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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