#181E02

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

Shades of Green Waterloo #181E02

Tints of Green Waterloo #181E02

Color information

#181E02 (or 0x181E02) is unknown color: approx Green Waterloo. HEX triplet: 18, 1E and 02. RGB value is (24,30,2). Sum of RGB (Red+Green+Blue) = 24+30+2=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #181E02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E02 is #E7E1FD. Grayscale: #191919. Windows color (decimal): -15196670 or 138776. OLE color: 138776.

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

Color convert

RGB24302-
CMYK0.2000.930.88
HSL72.86º87.5%6.27%-
HSV(B)72.86º93.33%11.76%-
XYZ0.851.130.23-
YUV25.01115.01127.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 30 (12.11% from 255) = 53.57%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=42.86%
G=53.57%
B=3.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243020.2000.930.8872.8687.56.27
Hex181E21405D5849586
Octal303622401351301111306
Binary1100011110101010001011101101100010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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