Html Css Color HEX #15180A Green Waterloo

📋 copy color: '#15180A'

red 21 ◦ green 24 ◦ blue 10

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

Shades of Green Waterloo #15180A

Tints of Green Waterloo #15180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 43.64%

 BLUE value IS 10 (4.3% from 255) = 18.18%

R = 38.18%
G = 43.64%
B = 18.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#15180A (or 0x15180A) is known color: Green Waterloo. HEX triplet: 15, 18 and 0A. RGB value is (21,24,10). Sum of RGB (Red+Green+Blue) = 21+24+10=55 (7% of max value = 765). Red value is 21 (8.59% from 255 or 38.18% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 24 - color contains mainly: green. Hex color #15180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15180A is #EAE7F5. Grayscale: #151515. Windows color (decimal): -15394806 or 661525. OLE color: 661525.

HSL color Cylindrical-coordinate representation of color #15180A: hue angle of 72.86º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15180A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 24 10 -
CMYK 0.13 0 0.58 0.91
HSL 72.86º 0.41% 0.07% -
HSV(B) 72.86º 0.58% 0.09% -
XYZ 0.69 0.83 0.41 -
YUV 21.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 21 24 10 0.13 0 0.58 0.91 72.86 0.41 0.07
Hex 15 18 A D 0 3A 5B 49 29 7
Octal 25 30 12 15 0 72 133 111 51 7
Binary 10101 11000 1010 1101 0 111010 1011011 1001001 101001 111

Color Harmonies of #15180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15180A

Black with #15180A

Text Example


Text Example

White with #15180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15180A; }

 p { color: rgb(21,24,10); }

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

background-color css

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

 a { background-color: rgb(21,24,10); }

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

border-color css

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

 span { border-color: rgb(21,24,10); }

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