Html Css Color HEX #141510 Green Waterloo

📋 copy color: '#141510'

red 20 ◦ green 21 ◦ blue 16

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

Shades of Green Waterloo #141510

Tints of Green Waterloo #141510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 28.07%

R = 35.09%
G = 36.84%
B = 28.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#141510 (or 0x141510) is known color: Green Waterloo. HEX triplet: 14, 15 and 10. RGB value is (20,21,16). Sum of RGB (Red+Green+Blue) = 20+21+16=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 21 - color contains mainly: green. Hex color #141510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141510 is #EBEAEF. Grayscale: #141414. Windows color (decimal): -15461104 or 1053972. OLE color: 1053972.

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

Color convert

RGB 20 21 16 -
CMYK 0.05 0 0.24 0.92
HSL 72º 0.14% 0.07% -
HSV(B) 72º 0.24% 0.08% -
XYZ 0.65 0.72 0.6 -
YUV 20.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 20 21 16 0.05 0 0.24 0.92 72 0.14 0.07
Hex 14 15 10 5 0 18 5C 48 E 7
Octal 24 25 20 5 0 30 134 110 16 7
Binary 10100 10101 10000 101 0 11000 1011100 1001000 1110 111

Color Harmonies of #141510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141510

Black with #141510

Text Example


Text Example

White with #141510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141510; }

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

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

background-color css

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

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

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

border-color css

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

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

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