#181C03

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

Shades of Green Waterloo #181C03

Tints of Green Waterloo #181C03

Color information

#181C03 (or 0x181C03) is unknown color: approx Green Waterloo. HEX triplet: 18, 1C and 03. RGB value is (24,28,3). Sum of RGB (Red+Green+Blue) = 24+28+3=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #181C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C03 is #E7E3FC. Grayscale: #181818. Windows color (decimal): -15197181 or 203800. OLE color: 203800.

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

Color convert

RGB24283-
CMYK0.1400.890.89
HSL69.6º80.65%6.08%-
HSV(B)69.6º89.29%10.98%-
XYZ0.811.030.24-
YUV23.95116.17128.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 28 (11.33% from 255) = 50.91%
BLUE value IS 3 (1.56% from 255) = 5.45%
R=43.64%
G=50.91%
B=5.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242830.1400.890.8969.680.656.08
Hex181C3E0595946516
Octal303431601311311061216
Binary110001110011111001011001101100110001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,3); }

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

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

 a { background-color: rgb(24,28,3); }

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

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

 span { border-color: rgb(24,28,3); }

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