Html Css Color HEX #2F0800 Seal Brown

📋 copy color: '#2F0800'

red 47 ◦ green 8 ◦ blue 0

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

Shades of Seal Brown #2F0800

Tints of Seal Brown #2F0800

RGB

 RED value IS 47 (18.75% from 255) = 85.45%

 GREEN value IS 8 (3.52% from 255) = 14.55%

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

R = 85.45%
G = 14.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.82

RGB Variations

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

Color information

#2F0800 (or 0x2F0800) is known color: Seal Brown. HEX triplet: 2F, 08 and 00. RGB value is (47,8,0). Sum of RGB (Red+Green+Blue) = 47+8+0=55 (7% of max value = 765). Red value is 47 (18.75% from 255 or 85.45% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0800 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0800 is #D0F7FF. Grayscale: #121212. Windows color (decimal): -13694976 or 2095. OLE color: 2095.

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

Color convert

RGB 47 8 0 -
CMYK 0 0.83 1 0.82
HSL 10.21º 1% 0.09% -
HSV(B) 10.21º 1% 0.18% -
XYZ 1.26 0.78 0.08 -
YUV 18.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 47 8 0 0 0.83 1 0.82 10.21 1 0.09
Hex 2F 8 0 0 53 64 52 A 64 9
Octal 57 10 0 0 123 144 122 12 144 11
Binary 101111 1000 0 0 1010011 1100100 1010010 1010 1100100 1001

Color Harmonies of #2F0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0800

Black with #2F0800

Text Example


Text Example

White with #2F0800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,0); }

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

background-color css

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

 a { background-color: rgb(47,8,0); }

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

border-color css

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

 span { border-color: rgb(47,8,0); }

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