#181B0D

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

Shades of Green Waterloo #181B0D

Tints of Green Waterloo #181B0D

Color information

#181B0D (or 0x181B0D) is unknown color: approx Green Waterloo. HEX triplet: 18, 1B and 0D. RGB value is (24,27,13). Sum of RGB (Red+Green+Blue) = 24+27+13=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #181B0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B0D is #E7E4F2. Grayscale: #181818. Windows color (decimal): -15197427 or 858904. OLE color: 858904.

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

Color convert

RGB242713-
CMYK0.1100.520.89
HSL72.86º35%7.84%-
HSV(B)72.86º51.85%10.59%-
XYZ0.841.010.53-
YUV24.51121.51127.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 37.5%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=37.5%
G=42.19%
B=20.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2427130.1100.520.8972.86357.84
Hex181BDB0345949238
Octal303315130641311114310
Binary1100011011110110110110100101100110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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