#290F02

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

Shades of Seal Brown #290F02

Tints of Seal Brown #290F02

Color information

#290F02 (or 0x290F02) is unknown color: approx Seal Brown. HEX triplet: 29, 0F and 02. RGB value is (41,15,2). Sum of RGB (Red+Green+Blue) = 41+15+2=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #290F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290F02 is #D6F0FD. Grayscale: #151515. Windows color (decimal): -14086398 or 134953. OLE color: 134953.

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

Color convert

RGB41152-
CMYK00.630.950.84
HSL20º90.7%8.43%-
HSV(B)20º95.12%16.08%-
XYZ1.10.820.16-
YUV21.29117.11142.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 70.69%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=70.69%
G=25.86%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4115200.630.950.842090.78.43
Hex29F203F5F54145b8
Octal511720771371242413310
Binary1010011111100111111101111110101001010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290F02; }

 p { color: rgb(41,15,2); }

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

<style>
 a { background-color: #290F02; }

 a { background-color: rgb(41,15,2); }

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

<style>
 span { border-color: #290F02; }

 span { border-color: rgb(41,15,2); }

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