#0F1302

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

Shades of Green Waterloo #0F1302

Tints of Green Waterloo #0F1302

Color information

#0F1302 (or 0x0F1302) is unknown color: approx Green Waterloo. HEX triplet: 0F, 13 and 02. RGB value is (15,19,2). Sum of RGB (Red+Green+Blue) = 15+19+2=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1302 is #F0ECFD. Grayscale: #0F0F0F. Windows color (decimal): -15789310 or 135951. OLE color: 135951.

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

Color convert

RGB15192-
CMYK0.2100.890.93
HSL74.12º80.95%4.12%-
HSV(B)74.12º89.47%7.45%-
XYZ0.440.570.14-
YUV15.87120.17127.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 41.67%
GREEN value IS 19 (7.81% from 255) = 52.78%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=41.67%
G=52.78%
B=5.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal151920.2100.890.9374.1280.954.12
HexF132150595D4a514
Octal172322501311351121214
Binary111110011101010101011001101110110010101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,19,2); }

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

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

 a { background-color: rgb(15,19,2); }

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

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

 span { border-color: rgb(15,19,2); }

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