#18942E

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

Shades of Forest Green #18942E

Tints of Forest Green #18942E

Color information

#18942E (or 0x18942E) is unknown color: approx Forest Green. HEX triplet: 18, 94 and 2E. RGB value is (24,148,46). Sum of RGB (Red+Green+Blue) = 24+148+46=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #18942E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18942E is #E76BD1. Grayscale: #636363. Windows color (decimal): -15166418 or 3052568. OLE color: 3052568.

HSL color Cylindrical-coordinate representation of color #18942E: hue angle of 130.65º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18942E is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB2414846-
CMYK0.8400.690.42
HSL130.65º72.09%33.73%-
HSV(B)130.65º83.78%58.04%-
XYZ11.4621.576.14-
YUV99.397.9274.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=11.01%
G=67.89%
B=21.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24148460.8400.690.42130.6572.0933.73
Hex18942E540452A834822
Octal302245612401055220311042
Binary1100010010100101110101010001000101101010100000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18942E; }

 p { color: rgb(24,148,46); }

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

<style>
 a { background-color: #18942E; }

 a { background-color: rgb(24,148,46); }

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

<style>
 span { border-color: #18942E; }

 span { border-color: rgb(24,148,46); }

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