#0D1100

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

Shades of Green Waterloo #0D1100

Tints of Green Waterloo #0D1100

Color information

#0D1100 (or 0x0D1100) is unknown color: approx Green Waterloo. HEX triplet: 0D, 11 and 00. RGB value is (13,17,0). Sum of RGB (Red+Green+Blue) = 13+17+0=30 (3% of max value = 765). Red value is 13 (5.47% from 255 or 43.33% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #0D1100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1100 is #F2EEFF. Grayscale: #0D0D0D. Windows color (decimal): -15920896 or 4365. OLE color: 4365.

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

Color convert

RGB13170-
CMYK0.24010.93
HSL74.12º100%3.33%-
HSV(B)74.12º100%6.67%-
XYZ0.370.490.07-
YUV13.87120.17127.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 43.33%
GREEN value IS 17 (7.03% from 255) = 56.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.33%
G=56.67%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal131700.24010.9374.121003.33
HexD110180645D4a643
Octal152103001441351121443
Binary1101100010110000110010010111011001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,17,0); }

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

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

 a { background-color: rgb(13,17,0); }

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

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

 span { border-color: rgb(13,17,0); }

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