#181A0B

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

Shades of Green Waterloo #181A0B

Tints of Green Waterloo #181A0B

Color information

#181A0B (or 0x181A0B) is unknown color: approx Green Waterloo. HEX triplet: 18, 1A and 0B. RGB value is (24,26,11). Sum of RGB (Red+Green+Blue) = 24+26+11=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #181A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A0B is #E7E5F4. Grayscale: #171717. Windows color (decimal): -15197685 or 727576. OLE color: 727576.

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

Color convert

RGB242611-
CMYK0.0800.580.90
HSL68º40.54%7.25%-
HSV(B)68º57.69%10.2%-
XYZ0.810.960.46-
YUV23.69120.84128.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 26 (10.55% from 255) = 42.62%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=39.34%
G=42.62%
B=18.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2426110.0800.580.906840.547.25
Hex181AB803A5A44297
Octal30321310072132104517
Binary110001101010111000011101010110101000100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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