#0F1104

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

Shades of Green Waterloo #0F1104

Tints of Green Waterloo #0F1104

Color information

#0F1104 (or 0x0F1104) is unknown color: approx Green Waterloo. HEX triplet: 0F, 11 and 04. RGB value is (15,17,4). Sum of RGB (Red+Green+Blue) = 15+17+4=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1104 is #F0EEFB. Grayscale: #0E0E0E. Windows color (decimal): -15789820 or 266511. OLE color: 266511.

HSL color Cylindrical-coordinate representation of color #0F1104: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F1104 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB15174-
CMYK0.1200.760.93
HSL69.23º61.9%4.12%-
HSV(B)69.23º76.47%6.67%-
XYZ0.420.510.19-
YUV14.92121.84128.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 47.22%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=41.67%
G=47.22%
B=11.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal151740.1200.760.9369.2361.94.12
HexF114C04C5D453e4
Octal17214140114135105764
Binary11111000110011000100110010111011000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F1104; }

 p { color: rgb(15,17,4); }

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

<style>
 a { background-color: #0F1104; }

 a { background-color: rgb(15,17,4); }

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

<style>
 span { border-color: #0F1104; }

 span { border-color: rgb(15,17,4); }

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