#300E02

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

Shades of Seal Brown #300E02

Tints of Seal Brown #300E02

Color information

#300E02 (or 0x300E02) is unknown color: approx Seal Brown. HEX triplet: 30, 0E and 02. RGB value is (48,14,2). Sum of RGB (Red+Green+Blue) = 48+14+2=64 (8% of max value = 765). Red value is 48 (19.14% from 255 or 75% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 48 - color contains mainly: red. Hex color #300E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E02 is #CFF1FD. Grayscale: #161616. Windows color (decimal): -13627902 or 134704. OLE color: 134704.

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

Color convert

RGB48142-
CMYK00.710.960.81
HSL15.65º92%9.8%-
HSV(B)15.65º95.83%18.82%-
XYZ1.390.950.17-
YUV22.8116.26145.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 75%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 2 (1.17% from 255) = 3.12%
R=75%
G=21.88%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4814200.710.960.8115.65929.8
Hex30E20476051105ca
Octal6016201071401212013412
Binary11000011101001000111110000010100011000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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