#181B0A

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

Shades of Green Waterloo #181B0A

Tints of Green Waterloo #181B0A

Color information

#181B0A (or 0x181B0A) is unknown color: approx Green Waterloo. HEX triplet: 18, 1B and 0A. RGB value is (24,27,10). Sum of RGB (Red+Green+Blue) = 24+27+10=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0A is #E7E4F5. Grayscale: #181818. Windows color (decimal): -15197430 or 662296. OLE color: 662296.

HSL color Cylindrical-coordinate representation of color #181B0A: hue angle of 70.59º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181B0A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.

Color convert

RGB242710-
CMYK0.1100.630.89
HSL70.59º45.95%7.25%-
HSV(B)70.59º62.96%10.59%-
XYZ0.8210.44-
YUV24.16120.01127.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 10 (4.30% from 255) = 16.39%
R=39.34%
G=44.26%
B=16.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427100.1100.630.8970.5945.957.25
Hex181BAB03F59472e7
Octal30331213077131107567
Binary110001101110101011011111110110011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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