#18930E

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

Shades of Forest Green #18930E

Tints of Forest Green #18930E

Color information

#18930E (or 0x18930E) is unknown color: approx Forest Green. HEX triplet: 18, 93 and 0E. RGB value is (24,147,14). Sum of RGB (Red+Green+Blue) = 24+147+14=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 147 (57.81% from 255 or 79.46% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 147 - color contains mainly: green. Hex color #18930E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18930E is #E76CF1. Grayscale: #5F5F5F. Windows color (decimal): -15166706 or 955160. OLE color: 955160.

HSL color Cylindrical-coordinate representation of color #18930E: hue angle of 115.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18930E is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB2414714-
CMYK0.8400.900.42
HSL115.49º82.61%31.57%-
HSV(B)115.49º90.48%57.65%-
XYZ10.8921.093.91-
YUV95.0682.2577.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 147 (57.81% from 255) = 79.46%
BLUE value IS 14 (5.86% from 255) = 7.57%
R=12.97%
G=79.46%
B=7.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24147140.8400.900.42115.4982.6131.57
Hex1893E5405A2A735320
Octal302231612401325216312340
Binary1100010010011111010101000101101010101011100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,147,14); }

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

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

 a { background-color: rgb(24,147,14); }

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

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

 span { border-color: rgb(24,147,14); }

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