#180F00

Color #180F00 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #180F00

Tints of Maire #180F00

Color information

#180F00 (or 0x180F00) is unknown color: approx Maire. HEX triplet: 18, 0F and 00. RGB value is (24,15,0). Sum of RGB (Red+Green+Blue) = 24+15+0=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F00 is #E7F0FF. Grayscale: #101010. Windows color (decimal): -15200512 or 3864. OLE color: 3864.

HSL color Cylindrical-coordinate representation of color #180F00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180F00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB24150-
CMYK00.3710.91
HSL37.5º100%4.71%-
HSV(B)37.5º100%9.41%-
XYZ0.550.540.07-
YUV15.98118.98133.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 15 (6.25% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2415000.3710.9137.51004.71
Hex18F0025645B26645
Octal30170045144133461445
Binary11000111100100101110010010110111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180F00; }

 p { color: rgb(24,15,0); }

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

<style>
 a { background-color: #180F00; }

 a { background-color: rgb(24,15,0); }

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

<style>
 span { border-color: #180F00; }

 span { border-color: rgb(24,15,0); }

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