Html Css Color HEX #2A0200 Seal Brown

📋 copy color: '#2A0200'

red 42 ◦ green 2 ◦ blue 0

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

Shades of Seal Brown #2A0200

Tints of Seal Brown #2A0200

RGB

 RED value IS 42 (16.8% from 255) = 95.45%

 GREEN value IS 2 (1.17% from 255) = 4.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.45%
G = 4.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#2A0200 (or 0x2A0200) is known color: Seal Brown. HEX triplet: 2A, 02 and 00. RGB value is (42,2,0). Sum of RGB (Red+Green+Blue) = 42+2+0=44 (5% of max value = 765). Red value is 42 (16.80% from 255 or 95.45% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0200 is #D5FDFF. Grayscale: #0D0D0D. Windows color (decimal): -14024192 or 554. OLE color: 554.

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

Color convert

RGB 42 2 0 -
CMYK 0 0.95 1 0.84
HSL 2.86º 1% 0.08% -
HSV(B) 2.86º 1% 0.16% -
XYZ 0.98 0.54 0.05 -
YUV 13.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 42 2 0 0 0.95 1 0.84 2.86 1 0.08
Hex 2A 2 0 0 5F 64 54 3 64 8
Octal 52 2 0 0 137 144 124 3 144 10
Binary 101010 10 0 0 1011111 1100100 1010100 11 1100100 1000

Color Harmonies of #2A0200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0200

Black with #2A0200

Text Example


Text Example

White with #2A0200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A0200;
 }
 .AnyTagClassName
 {
   color: #2A0200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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