Html Css Color HEX #2E0F02 Seal Brown

📋 copy color: '#2E0F02'

red 46 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #2E0F02

Tints of Seal Brown #2E0F02

RGB

 RED value IS 46 (18.36% from 255) = 73.02%

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 2 (1.17% from 255) = 3.17%

R = 73.02%
G = 23.81%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#2E0F02 (or 0x2E0F02) is known color: Seal Brown. HEX triplet: 2E, 0F and 02. RGB value is (46,15,2). Sum of RGB (Red+Green+Blue) = 46+15+2=63 (8% of max value = 765). Red value is 46 (18.36% from 255 or 73.02% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F02 is #D1F0FD. Grayscale: #161616. Windows color (decimal): -13758718 or 134958. OLE color: 134958.

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

Color convert

RGB 46 15 2 -
CMYK 0 0.67 0.96 0.82
HSL 17.73º 0.92% 0.09% -
HSV(B) 17.73º 0.96% 0.18% -
XYZ 1.31 0.93 0.17 -
YUV 22.79 116.27 144.56 -
System Red Green Blue C M Y K H S L
Decimal 46 15 2 0 0.67 0.96 0.82 17.73 0.92 0.09
Hex 2E F 2 0 43 60 52 12 5C 9
Octal 56 17 2 0 103 140 122 22 134 11
Binary 101110 1111 10 0 1000011 1100000 1010010 10010 1011100 1001

Color Harmonies of #2E0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0F02

Black with #2E0F02

Text Example


Text Example

White with #2E0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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