#181B08

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

Shades of Green Waterloo #181B08

Tints of Green Waterloo #181B08

Color information

#181B08 (or 0x181B08) is unknown color: approx Green Waterloo. HEX triplet: 18, 1B and 08. RGB value is (24,27,8). Sum of RGB (Red+Green+Blue) = 24+27+8=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #181B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181B08 is #E7E4F7. Grayscale: #181818. Windows color (decimal): -15197432 or 531224. OLE color: 531224.

HSL color Cylindrical-coordinate representation of color #181B08: hue angle of 69.47º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #181B08 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB24278-
CMYK0.1100.700.89
HSL69.47º54.29%6.86%-
HSV(B)69.47º70.37%10.59%-
XYZ0.8110.38-
YUV23.94119.01128.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 27 (10.94% from 255) = 45.76%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=40.68%
G=45.76%
B=13.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242780.1100.700.8969.4754.296.86
Hex181B8B0465945367
Octal303310130106131105667
Binary1100011011100010110100011010110011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,27,8); }

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

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

 a { background-color: rgb(24,27,8); }

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

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

 span { border-color: rgb(24,27,8); }

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