#181B00

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

Shades of Green Waterloo #181B00

Tints of Green Waterloo #181B00

Color information

#181B00 (or 0x181B00) is unknown color: approx Green Waterloo. HEX triplet: 18, 1B and 00. RGB value is (24,27,0). Sum of RGB (Red+Green+Blue) = 24+27+0=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #181B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B00 is #E7E4FF. Grayscale: #171717. Windows color (decimal): -15197440 or 6936. OLE color: 6936.

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

Color convert

RGB24270-
CMYK0.11010.89
HSL66.67º100%5.29%-
HSV(B)66.67º100%10.59%-
XYZ0.770.980.15-
YUV23.02115.01128.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 27 (10.94% from 255) = 52.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.06%
G=52.94%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242700.11010.8966.671005.29
Hex181B0B0645943645
Octal303301301441311031445
Binary11000110110101101100100101100110000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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