#302E02

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

Shades of Maire #302E02

Tints of Maire #302E02

Color information

#302E02 (or 0x302E02) is unknown color: approx Maire. HEX triplet: 30, 2E and 02. RGB value is (48,46,2). Sum of RGB (Red+Green+Blue) = 48+46+2=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #302E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E02 is #CFD1FD. Grayscale: #292929. Windows color (decimal): -13619710 or 142896. OLE color: 142896.

HSL color Cylindrical-coordinate representation of color #302E02: hue angle of 57.39º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #302E02 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB48462-
CMYK00.040.960.81
HSL57.39º92%9.8%-
HSV(B)57.39º95.83%18.82%-
XYZ2.212.590.44-
YUV41.58105.66132.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 46 (18.36% from 255) = 47.92%
BLUE value IS 2 (1.17% from 255) = 2.08%
R=50%
G=47.92%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4846200.040.960.8157.39929.8
Hex302E2046051395ca
Octal60562041401217113412
Binary1100001011101001001100000101000111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302E02; }

 p { color: rgb(48,46,2); }

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

<style>
 a { background-color: #302E02; }

 a { background-color: rgb(48,46,2); }

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

<style>
 span { border-color: #302E02; }

 span { border-color: rgb(48,46,2); }

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