#0F1205

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

Shades of Green Waterloo #0F1205

Tints of Green Waterloo #0F1205

Color information

#0F1205 (or 0x0F1205) is unknown color: approx Green Waterloo. HEX triplet: 0F, 12 and 05. RGB value is (15,18,5). Sum of RGB (Red+Green+Blue) = 15+18+5=38 (5% of max value = 765). Red value is 15 (6.25% from 255 or 39.47% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1205 is #F0EDFA. Grayscale: #0F0F0F. Windows color (decimal): -15789563 or 332303. OLE color: 332303.

HSL color Cylindrical-coordinate representation of color #0F1205: hue angle of 73.85º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F1205 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.

Color convert

RGB15185-
CMYK0.1700.720.93
HSL73.85º56.52%4.51%-
HSV(B)73.85º72.22%7.06%-
XYZ0.440.550.23-
YUV15.62122.01127.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 39.47%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=39.47%
G=47.37%
B=13.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal151850.1700.720.9373.8556.524.51
HexF125110485D4a395
Octal17225210110135112715
Binary111110010101100010100100010111011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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