#18851F

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

Shades of Forest Green #18851F

Tints of Forest Green #18851F

Color information

#18851F (or 0x18851F) is unknown color: approx Forest Green. HEX triplet: 18, 85 and 1F. RGB value is (24,133,31). Sum of RGB (Red+Green+Blue) = 24+133+31=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #18851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18851F is #E77AE0. Grayscale: #595959. Windows color (decimal): -15170273 or 2065688. OLE color: 2065688.

HSL color Cylindrical-coordinate representation of color #18851F: hue angle of 123.85º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18851F is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB2413331-
CMYK0.8200.770.48
HSL123.85º69.43%30.78%-
HSV(B)123.85º81.95%52.16%-
XYZ9.0117.074.12-
YUV88.7895.3981.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 133 (52.34% from 255) = 70.74%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=12.77%
G=70.74%
B=16.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133310.8200.770.48123.8569.4330.78
Hex18851F5204D307c451f
Octal302053712201156017410537
Binary1100010000101111111010010010011011100001111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18851F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18851F; }

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

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

<style>
 a { background-color: #18851F; }

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

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

<style>
 span { border-color: #18851F; }

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

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