#181C08

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

Shades of Green Waterloo #181C08

Tints of Green Waterloo #181C08

Color information

#181C08 (or 0x181C08) is unknown color: approx Green Waterloo. HEX triplet: 18, 1C and 08. RGB value is (24,28,8). Sum of RGB (Red+Green+Blue) = 24+28+8=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 8 (3.52% from 255 or 13.33% from 60); Max value from RGB is 28 - color contains mainly: green. Hex color #181C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C08 is #E7E3F7. Grayscale: #181818. Windows color (decimal): -15197176 or 531480. OLE color: 531480.

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

Color convert

RGB24288-
CMYK0.1400.710.89
HSL72º55.56%7.06%-
HSV(B)72º71.43%10.98%-
XYZ0.841.040.39-
YUV24.52118.67127.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 28 (11.33% from 255) = 46.67%
BLUE value IS 8 (3.52% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal242880.1400.710.897255.567.06
Hex181C8E0475948387
Octal303410160107131110707
Binary1100011100100011100100011110110011001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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