#18681E

Color #18681E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #18681E

Tints of San Felix #18681E

Color information

#18681E (or 0x18681E) is unknown color: approx San Felix. HEX triplet: 18, 68 and 1E. RGB value is (24,104,30). Sum of RGB (Red+Green+Blue) = 24+104+30=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 104 (41.02% from 255 or 65.82% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 104 - color contains mainly: green. Hex color #18681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18681E is #E797E1. Grayscale: #474747. Windows color (decimal): -15177698 or 1992728. OLE color: 1992728.

HSL color Cylindrical-coordinate representation of color #18681E: hue angle of 124.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18681E is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB2410430-
CMYK0.7700.710.59
HSL124.5º62.5%25.1%-
HSV(B)124.5º76.92%40.78%-
XYZ5.5610.192.9-
YUV71.64104.594.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 104 (41.02% from 255) = 65.82%
BLUE value IS 30 (12.11% from 255) = 18.99%
R=15.19%
G=65.82%
B=18.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104300.7700.710.59124.562.525.1
Hex18681E4D0473B7c3e19
Octal30150361150107731747631
Binary11000110100011110100110101000111111011111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,104,30); }

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

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

 a { background-color: rgb(24,104,30); }

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

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

 span { border-color: rgb(24,104,30); }

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