#12130A

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

Shades of Green Waterloo #12130A

Tints of Green Waterloo #12130A

Color information

#12130A (or 0x12130A) is unknown color: approx Green Waterloo. HEX triplet: 12, 13 and 0A. RGB value is (18,19,10). Sum of RGB (Red+Green+Blue) = 18+19+10=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #12130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130A is #EDECF5. Grayscale: #111111. Windows color (decimal): -15592694 or 660242. OLE color: 660242.

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

Color convert

RGB181910-
CMYK0.0500.470.93
HSL66.67º31.03%5.69%-
HSV(B)66.67º47.37%7.45%-
XYZ0.540.620.38-
YUV17.67123.67128.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=38.30%
G=40.43%
B=21.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819100.0500.470.9366.6731.035.69
Hex1213A502F5D431f6
Octal2223125057135103376
Binary1001010011101010101011111011101100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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