#18710F

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

Shades of Green #18710F

Tints of Green #18710F

Color information

#18710F (or 0x18710F) is unknown color: approx Green. HEX triplet: 18, 71 and 0F. RGB value is (24,113,15). Sum of RGB (Red+Green+Blue) = 24+113+15=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #18710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18710F is #E78EF0. Grayscale: #4B4B4B. Windows color (decimal): -15175409 or 1011992. OLE color: 1011992.

HSL color Cylindrical-coordinate representation of color #18710F: hue angle of 114.49º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18710F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB2411315-
CMYK0.7900.870.56
HSL114.49º76.56%25.1%-
HSV(B)114.49º86.73%44.31%-
XYZ6.3712.042.44-
YUV75.2294.0191.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 113 (44.53% from 255) = 74.34%
BLUE value IS 15 (6.25% from 255) = 9.87%
R=15.79%
G=74.34%
B=9.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113150.7900.870.56114.4976.5625.1
Hex1871F4F05738724d19
Octal301611711701277016211531
Binary11000111000111111001111010101111110001110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,113,15); }

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

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

 a { background-color: rgb(24,113,15); }

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

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

 span { border-color: rgb(24,113,15); }

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