#181F01

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

Shades of Green Waterloo #181F01

Tints of Green Waterloo #181F01

Color information

#181F01 (or 0x181F01) is unknown color: approx Green Waterloo. HEX triplet: 18, 1F and 01. RGB value is (24,31,1). Sum of RGB (Red+Green+Blue) = 24+31+1=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 1 (0.78% from 255 or 1.79% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #181F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F01 is #E7E0FE. Grayscale: #191919. Windows color (decimal): -15196415 or 73496. OLE color: 73496.

HSL color Cylindrical-coordinate representation of color #181F01: hue angle of 74º 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 #181F01 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB24311-
CMYK0.2300.970.88
HSL74º93.75%6.27%-
HSV(B)74º96.77%12.16%-
XYZ0.871.180.21-
YUV25.49114.18126.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 1 (0.78% from 255) = 1.79%
R=42.86%
G=55.36%
B=1.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal243110.2300.970.887493.756.27
Hex181F117061584a5e6
Octal303712701411301121366
Binary110001111111011101100001101100010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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