#402F02

Color #402F02 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #402F02

Tints of Mikado #402F02

Color information

#402F02 (or 0x402F02) is unknown color: approx Mikado. HEX triplet: 40, 2F and 02. RGB value is (64,47,2). Sum of RGB (Red+Green+Blue) = 64+47+2=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F02 is #BFD0FD. Grayscale: #2F2F2F. Windows color (decimal): -12570878 or 143168. OLE color: 143168.

HSL color Cylindrical-coordinate representation of color #402F02: hue angle of 43.55º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #402F02 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB64472-
CMYK00.270.970.75
HSL43.55º93.94%12.94%-
HSV(B)43.55º96.88%25.1%-
XYZ3.143.130.5-
YUV46.95102.63140.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 47 (18.75% from 255) = 41.59%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=56.64%
G=41.59%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6447200.270.970.7543.5593.9412.94
Hex402F201B614B2c5ed
Octal1005720331411135413615
Binary1000000101111100110111100001100101110110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F02; }

 p { color: rgb(64,47,2); }

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

<style>
 a { background-color: #402F02; }

 a { background-color: rgb(64,47,2); }

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

<style>
 span { border-color: #402F02; }

 span { border-color: rgb(64,47,2); }

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