Html Css Color HEX #15160C Green Waterloo

📋 copy color: '#15160C'

red 21 ◦ green 22 ◦ blue 12

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

Shades of Green Waterloo #15160C

Tints of Green Waterloo #15160C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 38.18%
G = 40%
B = 21.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.91

RGB Variations

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

Color information

#15160C (or 0x15160C) is known color: Green Waterloo. HEX triplet: 15, 16 and 0C. RGB value is (21,22,12). Sum of RGB (Red+Green+Blue) = 21+22+12=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #15160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15160C is #EAE9F3. Grayscale: #141414. Windows color (decimal): -15395316 or 792085. OLE color: 792085.

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

Color convert

RGB 21 22 12 -
CMYK 0.05 0 0.45 0.91
HSL 66º 0.29% 0.07% -
HSV(B) 66º 0.45% 0.09% -
XYZ 0.66 0.76 0.46 -
YUV 20.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 21 22 12 0.05 0 0.45 0.91 66 0.29 0.07
Hex 15 16 C 5 0 2D 5B 42 1D 7
Octal 25 26 14 5 0 55 133 102 35 7
Binary 10101 10110 1100 101 0 101101 1011011 1000010 11101 111

Color Harmonies of #15160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15160C

Black with #15160C

Text Example


Text Example

White with #15160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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