#181E01

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

Shades of Green Waterloo #181E01

Tints of Green Waterloo #181E01

Color information

#181E01 (or 0x181E01) is unknown color: approx Green Waterloo. HEX triplet: 18, 1E and 01. RGB value is (24,30,1). Sum of RGB (Red+Green+Blue) = 24+30+1=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #181E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E01 is #E7E1FE. Grayscale: #191919. Windows color (decimal): -15196671 or 73240. OLE color: 73240.

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

Color convert

RGB24301-
CMYK0.2000.970.88
HSL72.41º93.55%6.08%-
HSV(B)72.41º96.67%11.76%-
XYZ0.851.120.2-
YUV24.9114.51127.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 30 (12.11% from 255) = 54.55%
BLUE value IS 1 (0.78% from 255) = 1.82%
R=43.64%
G=54.55%
B=1.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243010.2000.970.8872.4193.556.08
Hex181E11406158485e6
Octal303612401411301101366
Binary110001111011010001100001101100010010001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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