#181E00

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

Shades of Green Waterloo #181E00

Tints of Green Waterloo #181E00

Color information

#181E00 (or 0x181E00) is unknown color: approx Green Waterloo. HEX triplet: 18, 1E and 00. RGB value is (24,30,0). Sum of RGB (Red+Green+Blue) = 24+30+0=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #181E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E00 is #E7E1FF. Grayscale: #181818. Windows color (decimal): -15196672 or 7704. OLE color: 7704.

HSL color Cylindrical-coordinate representation of color #181E00: hue angle of 72º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181E00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.

Color convert

RGB24300-
CMYK0.20010.88
HSL72º100%5.88%-
HSV(B)72º100%11.76%-
XYZ0.841.120.17-
YUV24.79114.01127.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 30 (12.11% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243000.20010.88721005.88
Hex181E0140645848646
Octal303602401441301101446
Binary110001111001010001100100101100010010001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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