Html Css Color HEX #14150E Green Waterloo

📋 copy color: '#14150E'

red 20 ◦ green 21 ◦ blue 14

#14150E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #14150E

Tints of Green Waterloo #14150E

RGB

 RED value IS 20 (8.2% from 255) = 36.36%

 GREEN value IS 21 (8.59% from 255) = 38.18%

 BLUE value IS 14 (5.86% from 255) = 25.45%

R = 36.36%
G = 38.18%
B = 25.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#14150E (or 0x14150E) is known color: Green Waterloo. HEX triplet: 14, 15 and 0E. RGB value is (20,21,14). Sum of RGB (Red+Green+Blue) = 20+21+14=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #14150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14150E is #EBEAF1. Grayscale: #131313. Windows color (decimal): -15461106 or 922900. OLE color: 922900.

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

Color convert

RGB 20 21 14 -
CMYK 0.05 0 0.33 0.92
HSL 68.57º 0.2% 0.07% -
HSV(B) 68.57º 0.33% 0.08% -
XYZ 0.64 0.72 0.52 -
YUV 19.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 20 21 14 0.05 0 0.33 0.92 68.57 0.2 0.07
Hex 14 15 E 5 0 21 5C 45 14 7
Octal 24 25 16 5 0 41 134 105 24 7
Binary 10100 10101 1110 101 0 100001 1011100 1000101 10100 111

Color Harmonies of #14150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14150E

Black with #14150E

Text Example


Text Example

White with #14150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14150E;
 }
 .AnyTagClassName
 {
   color: #14150E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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