#0B0D01

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

Shades of Green Waterloo #0B0D01

Tints of Green Waterloo #0B0D01

Color information

#0B0D01 (or 0x0B0D01) is unknown color: approx Green Waterloo. HEX triplet: 0B, 0D and 01. RGB value is (11,13,1). Sum of RGB (Red+Green+Blue) = 11+13+1=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #0B0D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0D01 is #F4F2FE. Grayscale: #0B0B0B. Windows color (decimal): -16052991 or 68875. OLE color: 68875.

HSL color Cylindrical-coordinate representation of color #0B0D01: hue angle of 70º degrees, saturation: 0.86, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0D01 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB11131-
CMYK0.1500.920.95
HSL70º85.71%2.75%-
HSV(B)70º92.31%5.1%-
XYZ0.290.360.08-
YUV11.03122.34127.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 44%
GREEN value IS 13 (5.47% from 255) = 52%
BLUE value IS 1 (0.78% from 255) = 4%
R=44%
G=52%
B=4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal111310.1500.920.957085.712.75
HexBD1F05C5F46563
Octal131511701341371061263
Binary10111101111110101110010111111000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,13,1); }

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

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

 a { background-color: rgb(11,13,1); }

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

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

 span { border-color: rgb(11,13,1); }

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