#0F1202

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

Shades of Green Waterloo #0F1202

Tints of Green Waterloo #0F1202

Color information

#0F1202 (or 0x0F1202) is unknown color: approx Green Waterloo. HEX triplet: 0F, 12 and 02. RGB value is (15,18,2). Sum of RGB (Red+Green+Blue) = 15+18+2=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1202 is #F0EDFD. Grayscale: #0F0F0F. Windows color (decimal): -15789566 or 135695. OLE color: 135695.

HSL color Cylindrical-coordinate representation of color #0F1202: hue angle of 71.25º degrees, saturation: 0.8, 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 #0F1202 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB15182-
CMYK0.1700.890.93
HSL71.25º80%3.92%-
HSV(B)71.25º88.89%7.06%-
XYZ0.420.540.14-
YUV15.28120.51127.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 51.43%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=42.86%
G=51.43%
B=5.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal151820.1700.890.9371.25803.92
HexF122110595D47504
Octal172222101311351071204
Binary111110010101000101011001101110110001111010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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