#181A0F

Color #181A0F Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #181A0F

Tints of Green Waterloo #181A0F

Color information

#181A0F (or 0x181A0F) is unknown color: approx Green Waterloo. HEX triplet: 18, 1A and 0F. RGB value is (24,26,15). Sum of RGB (Red+Green+Blue) = 24+26+15=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0F is #E7E5F0. Grayscale: #181818. Windows color (decimal): -15197681 or 989720. OLE color: 989720.

HSL color Cylindrical-coordinate representation of color #181A0F: hue angle of 70.91º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181A0F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB242615-
CMYK0.0800.420.90
HSL70.91º26.83%8.04%-
HSV(B)70.91º42.31%10.2%-
XYZ0.830.970.59-
YUV24.15122.84127.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 26 (10.55% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=36.92%
G=40%
B=23.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2426150.0800.420.9070.9126.838.04
Hex181AF802A5A471b8
Octal303217100521321073310
Binary110001101011111000010101010110101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A0F; }

 p { color: rgb(24,26,15); }

 H1.HeaderClassName
 {
   color: #181A0F;
 }
 .AnyTagClassName
 {
   color: #181A0F;
 }
</style>
background-color css

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

 a { background-color: rgb(24,26,15); }

 div.DivClassName
 {
   background-color: #181A0F;
 }
 .BgClassName
 {
   background-color: #181A0F;
 }
</style>
border-color css

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

 span { border-color: rgb(24,26,15); }

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