#2F2B05

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

Shades of Maire #2F2B05

Tints of Maire #2F2B05

Color information

#2F2B05 (or 0x2F2B05) is unknown color: approx Maire. HEX triplet: 2F, 2B and 05. RGB value is (47,43,5). Sum of RGB (Red+Green+Blue) = 47+43+5=95 (12% of max value = 765). Red value is 47 (18.75% from 255 or 49.47% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2B05 is #D0D4FA. Grayscale: #282828. Windows color (decimal): -13686011 or 338735. OLE color: 338735.

HSL color Cylindrical-coordinate representation of color #2F2B05: hue angle of 54.29º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F2B05 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB47435-
CMYK00.090.890.82
HSL54.29º80.77%10.2%-
HSV(B)54.29º89.36%18.43%-
XYZ2.062.340.49-
YUV39.86108.33133.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 49.47%
GREEN value IS 43 (17.19% from 255) = 45.26%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=49.47%
G=45.26%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4743500.090.890.8254.2980.7710.2
Hex2F2B50959523651a
Octal575350111311226612112
Binary101111101011101010011011001101001011011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2B05; }

 p { color: rgb(47,43,5); }

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

<style>
 a { background-color: #2F2B05; }

 a { background-color: rgb(47,43,5); }

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

<style>
 span { border-color: #2F2B05; }

 span { border-color: rgb(47,43,5); }

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