#12130C

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

Shades of Green Waterloo #12130C

Tints of Green Waterloo #12130C

Color information

#12130C (or 0x12130C) is unknown color: approx Green Waterloo. HEX triplet: 12, 13 and 0C. RGB value is (18,19,12). Sum of RGB (Red+Green+Blue) = 18+19+12=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 19 - color contains mainly: green. Hex color #12130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12130C is #EDECF3. Grayscale: #111111. Windows color (decimal): -15592692 or 791314. OLE color: 791314.

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

Color convert

RGB181912-
CMYK0.0500.370.93
HSL68.57º22.58%6.08%-
HSV(B)68.57º36.84%7.45%-
XYZ0.550.620.44-
YUV17.9124.67128.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 19 (7.81% from 255) = 38.78%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=36.73%
G=38.78%
B=24.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1819120.0500.370.9368.5722.586.08
Hex1213C50255D45176
Octal2223145045135105276
Binary1001010011110010101001011011101100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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