Html Css Color HEX #15160E Green Waterloo

📋 copy color: '#15160E'

red 21 ◦ green 22 ◦ blue 14

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

Shades of Green Waterloo #15160E

Tints of Green Waterloo #15160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 38.6%

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

R = 36.84%
G = 38.6%
B = 24.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.91

RGB Variations

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

Color information

#15160E (or 0x15160E) is known color: Green Waterloo. HEX triplet: 15, 16 and 0E. RGB value is (21,22,14). Sum of RGB (Red+Green+Blue) = 21+22+14=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #15160E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160E is #EAE9F1. Grayscale: #141414. Windows color (decimal): -15395314 or 923157. OLE color: 923157.

HSL color Cylindrical-coordinate representation of color #15160E: hue angle of 67.5º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #15160E is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 22 14 -
CMYK 0.05 0 0.36 0.91
HSL 67.5º 0.22% 0.07% -
HSV(B) 67.5º 0.36% 0.09% -
XYZ 0.68 0.76 0.53 -
YUV 20.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 21 22 14 0.05 0 0.36 0.91 67.5 0.22 0.07
Hex 15 16 E 5 0 24 5B 44 16 7
Octal 25 26 16 5 0 44 133 104 26 7
Binary 10101 10110 1110 101 0 100100 1011011 1000100 10110 111

Color Harmonies of #15160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15160E

Black with #15160E

Text Example


Text Example

White with #15160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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