#18691E

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

Shades of San Felix #18691E

Tints of San Felix #18691E

Color information

#18691E (or 0x18691E) is unknown color: approx San Felix. HEX triplet: 18, 69 and 1E. RGB value is (24,105,30). Sum of RGB (Red+Green+Blue) = 24+105+30=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #18691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18691E is #E796E1. Grayscale: #484848. Windows color (decimal): -15177442 or 1992984. OLE color: 1992984.

HSL color Cylindrical-coordinate representation of color #18691E: hue angle of 124.44º degrees, saturation: 0.63, 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 #18691E is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB2410530-
CMYK0.7700.710.59
HSL124.44º62.79%25.29%-
HSV(B)124.44º77.14%41.18%-
XYZ5.6610.392.94-
YUV72.23104.1693.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 105 (41.41% from 255) = 66.04%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=15.09%
G=66.04%
B=18.87%

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
Decimal24105300.7700.710.59124.4462.7925.29
Hex18691E4D0473B7c3f19
Octal30151361150107731747731
Binary11000110100111110100110101000111111011111110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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