Html Css Color HEX #2F0E01 Seal Brown

📋 copy color: '#2F0E01'

red 47 ◦ green 14 ◦ blue 1

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

Shades of Seal Brown #2F0E01

Tints of Seal Brown #2F0E01

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.58%

 BLUE value IS 1 (0.78% from 255) = 1.61%

R = 75.81%
G = 22.58%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.82

RGB Variations

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

Color information

#2F0E01 (or 0x2F0E01) is known color: Seal Brown. HEX triplet: 2F, 0E and 01. RGB value is (47,14,1). Sum of RGB (Red+Green+Blue) = 47+14+1=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0E01 is #D0F1FE. Grayscale: #161616. Windows color (decimal): -13693439 or 69167. OLE color: 69167.

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

Color convert

RGB 47 14 1 -
CMYK 0 0.70 0.98 0.82
HSL 16.96º 0.96% 0.09% -
HSV(B) 16.96º 0.98% 0.18% -
XYZ 1.33 0.92 0.14 -
YUV 22.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 47 14 1 0 0.70 0.98 0.82 16.96 0.96 0.09
Hex 2F E 1 0 46 62 52 11 60 9
Octal 57 16 1 0 106 142 122 21 140 11
Binary 101111 1110 1 0 1000110 1100010 1010010 10001 1100000 1001

Color Harmonies of #2F0E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0E01

Black with #2F0E01

Text Example


Text Example

White with #2F0E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,14,1); }

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

background-color css

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

 a { background-color: rgb(47,14,1); }

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

border-color css

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

 span { border-color: rgb(47,14,1); }

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