#181E04

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

Shades of Green Waterloo #181E04

Tints of Green Waterloo #181E04

Color information

#181E04 (or 0x181E04) is unknown color: approx Green Waterloo. HEX triplet: 18, 1E and 04. RGB value is (24,30,4). Sum of RGB (Red+Green+Blue) = 24+30+4=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #181E04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E04 is #E7E1FB. Grayscale: #191919. Windows color (decimal): -15196668 or 269848. OLE color: 269848.

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

Color convert

RGB24304-
CMYK0.2000.870.88
HSL73.85º76.47%6.67%-
HSV(B)73.85º86.67%11.76%-
XYZ0.861.130.29-
YUV25.24116.01127.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 30 (12.11% from 255) = 51.72%
BLUE value IS 4 (1.95% from 255) = 6.90%
R=41.38%
G=51.72%
B=6.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243040.2000.870.8873.8576.476.67
Hex181E414057584a4c7
Octal303642401271301121147
Binary11000111101001010001010111101100010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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