#302D02

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

Shades of Maire #302D02

Tints of Maire #302D02

Color information

#302D02 (or 0x302D02) is unknown color: approx Maire. HEX triplet: 30, 2D and 02. RGB value is (48,45,2). Sum of RGB (Red+Green+Blue) = 48+45+2=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D02 is #CFD2FD. Grayscale: #292929. Windows color (decimal): -13619966 or 142640. OLE color: 142640.

HSL color Cylindrical-coordinate representation of color #302D02: hue angle of 56.09º 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 #302D02 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB48452-
CMYK00.060.960.81
HSL56.09º92%9.8%-
HSV(B)56.09º95.83%18.82%-
XYZ2.172.510.43-
YUV41105.99133-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 45 (17.97% from 255) = 47.37%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=50.53%
G=47.37%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4845200.060.960.8156.09929.8
Hex302D2066051385ca
Octal60552061401217013412
Binary1100001011011001101100000101000111100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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