#12130B

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

Shades of Green Waterloo #12130B

Tints of Green Waterloo #12130B

Color information

#12130B (or 0x12130B) is unknown color: approx Green Waterloo. HEX triplet: 12, 13 and 0B. RGB value is (18,19,11). Sum of RGB (Red+Green+Blue) = 18+19+11=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #12130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130B is #EDECF4. Grayscale: #111111. Windows color (decimal): -15592693 or 725778. OLE color: 725778.

HSL color Cylindrical-coordinate representation of color #12130B: hue angle of 67.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12130B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB181911-
CMYK0.0500.420.93
HSL67.5º26.67%5.88%-
HSV(B)67.5º42.11%7.45%-
XYZ0.540.620.41-
YUV17.79124.17128.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 19 (7.81% from 255) = 39.58%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=37.5%
G=39.58%
B=22.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819110.0500.420.9367.526.675.88
Hex1213B502A5D441b6
Octal2223135052135104336
Binary1001010011101110101010101011101100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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