#201F00

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

Shades of Maire #201F00

Tints of Maire #201F00

Color information

#201F00 (or 0x201F00) is unknown color: approx Maire. HEX triplet: 20, 1F and 00. RGB value is (32,31,0). Sum of RGB (Red+Green+Blue) = 32+31+0=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #201F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201F00 is #DFE0FF. Grayscale: #1B1B1B. Windows color (decimal): -14672128 or 7968. OLE color: 7968.

HSL color Cylindrical-coordinate representation of color #201F00: hue angle of 58.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201F00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB32310-
CMYK00.0310.87
HSL58.12º100%6.27%-
HSV(B)58.12º100%12.55%-
XYZ1.091.290.19-
YUV27.76112.33131.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 31 (12.5% from 255) = 49.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.79%
G=49.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3231000.0310.8758.121006.27
Hex201F00364573a646
Octal4037003144127721446
Binary100000111110011110010010101111110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,31,0); }

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

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

 a { background-color: rgb(32,31,0); }

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

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

 span { border-color: rgb(32,31,0); }

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