Html Css Color HEX #290F02 Seal Brown

📋 copy color: '#290F02'

red 41 ◦ green 15 ◦ blue 2

#290F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #290F02

Tints of Seal Brown #290F02

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 value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.84

RGB Variations

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

Color information

#290F02 (or 0x290F02) is known color: 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

RGB 41 15 2 -
CMYK 0 0.63 0.95 0.84
HSL 20º 0.91% 0.08% -
HSV(B) 20º 0.95% 0.16% -
XYZ 1.1 0.82 0.16 -
YUV 21.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 41 15 2 0 0.63 0.95 0.84 20 0.91 0.08
Hex 29 F 2 0 3F 5F 54 14 5B 8
Octal 51 17 2 0 77 137 124 24 133 10
Binary 101001 1111 10 0 111111 1011111 1010100 10100 1011011 1000

Color Harmonies of #290F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F02

Black with #290F02

Text Example


Text Example

White with #290F02

Text Example


Text Example

HTML Codes & Css Web 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>