#2D0B02

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

Shades of Seal Brown #2D0B02

Tints of Seal Brown #2D0B02

Color information

#2D0B02 (or 0x2D0B02) is unknown color: approx Seal Brown. HEX triplet: 2D, 0B and 02. RGB value is (45,11,2). Sum of RGB (Red+Green+Blue) = 45+11+2=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0B02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0B02 is #D2F4FD. Grayscale: #141414. Windows color (decimal): -13825278 or 133933. OLE color: 133933.

HSL color Cylindrical-coordinate representation of color #2D0B02: hue angle of 12.56º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0B02 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB45112-
CMYK00.760.960.82
HSL12.56º91.49%9.22%-
HSV(B)12.56º95.56%17.65%-
XYZ1.210.80.15-
YUV20.14117.76145.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 77.59%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=77.59%
G=18.97%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4511200.760.960.8212.5691.499.22
Hex2DB204C6052d5b9
Octal5513201141401221513311
Binary1011011011100100110011000001010010110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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