#12140B

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

Shades of Green Waterloo #12140B

Tints of Green Waterloo #12140B

Color information

#12140B (or 0x12140B) is unknown color: approx Green Waterloo. HEX triplet: 12, 14 and 0B. RGB value is (18,20,11). Sum of RGB (Red+Green+Blue) = 18+20+11=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #12140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12140B is #EDEBF4. Grayscale: #121212. Windows color (decimal): -15592437 or 726034. OLE color: 726034.

HSL color Cylindrical-coordinate representation of color #12140B: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12140B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB182011-
CMYK0.1000.450.92
HSL73.33º29.03%6.08%-
HSV(B)73.33º45%7.84%-
XYZ0.560.650.41-
YUV18.38123.84127.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=36.73%
G=40.82%
B=22.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820110.1000.450.9273.3329.036.08
Hex1214BA02D5C491d6
Octal22241312055134111356
Binary10010101001011101001011011011100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12140B; }

 p { color: rgb(18,20,11); }

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

<style>
 a { background-color: #12140B; }

 a { background-color: rgb(18,20,11); }

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

<style>
 span { border-color: #12140B; }

 span { border-color: rgb(18,20,11); }

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