#14150F

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

Shades of Green Waterloo #14150F

Tints of Green Waterloo #14150F

Color information

#14150F (or 0x14150F) is unknown color: approx Green Waterloo. HEX triplet: 14, 15 and 0F. RGB value is (20,21,15). Sum of RGB (Red+Green+Blue) = 20+21+15=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #14150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150F is #EBEAF0. Grayscale: #141414. Windows color (decimal): -15461105 or 988436. OLE color: 988436.

HSL color Cylindrical-coordinate representation of color #14150F: hue angle of 70º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #14150F is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB202115-
CMYK0.0500.290.92
HSL70º16.67%7.06%-
HSV(B)70º28.57%8.24%-
XYZ0.640.720.56-
YUV20.02125.17127.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 15 (6.25% from 255) = 26.79%
R=35.71%
G=37.5%
B=26.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021150.0500.290.927016.677.06
Hex1415F501D5C46117
Octal2425175035134106217
Binary101001010111111010111011011100100011010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14150F; }

 p { color: rgb(20,21,15); }

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

<style>
 a { background-color: #14150F; }

 a { background-color: rgb(20,21,15); }

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

<style>
 span { border-color: #14150F; }

 span { border-color: rgb(20,21,15); }

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