#2A0E02

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

Shades of Seal Brown #2A0E02

Tints of Seal Brown #2A0E02

Color information

#2A0E02 (or 0x2A0E02) is unknown color: approx Seal Brown. HEX triplet: 2A, 0E and 02. RGB value is (42,14,2). Sum of RGB (Red+Green+Blue) = 42+14+2=58 (7% of max value = 765). Red value is 42 (16.80% from 255 or 72.41% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0E02 is #D5F1FD. Grayscale: #151515. Windows color (decimal): -14021118 or 134698. OLE color: 134698.

HSL color Cylindrical-coordinate representation of color #2A0E02: hue angle of 18º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0E02 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB42142-
CMYK00.670.950.84
HSL18º90.91%8.63%-
HSV(B)18º95.24%16.47%-
XYZ1.120.810.15-
YUV21117.28142.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 72.41%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=72.41%
G=24.14%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4214200.670.950.841890.918.63
Hex2AE20435F54125b9
Octal5216201031371242213311
Binary10101011101001000011101111110101001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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