Html Css Color HEX #291E00 Maire

📋 copy color: '#291E00'

red 41 ◦ green 30 ◦ blue 0

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

Shades of Maire #291E00

Tints of Maire #291E00

RGB

 RED value IS 41 (16.41% from 255) = 57.75%

 GREEN value IS 30 (12.11% from 255) = 42.25%

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

R = 57.75%
G = 42.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#291E00 (or 0x291E00) is known color: Maire. HEX triplet: 29, 1E and 00. RGB value is (41,30,0). Sum of RGB (Red+Green+Blue) = 41+30+0=71 (9% of max value = 765). Red value is 41 (16.41% from 255 or 57.75% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 41 - color contains mainly: red. Hex color #291E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E00 is #D6E1FF. Grayscale: #1E1E1E. Windows color (decimal): -14082560 or 7721. OLE color: 7721.

HSL color Cylindrical-coordinate representation of color #291E00: hue angle of 43.9º 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 #291E00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB 41 30 0 -
CMYK 0 0.27 1 0.84
HSL 43.9º 1% 0.08% -
HSV(B) 43.9º 1% 0.16% -
XYZ 1.38 1.4 0.2 -
YUV 29.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 41 30 0 0 0.27 1 0.84 43.9 1 0.08
Hex 29 1E 0 0 1B 64 54 2C 64 8
Octal 51 36 0 0 33 144 124 54 144 10
Binary 101001 11110 0 0 11011 1100100 1010100 101100 1100100 1000

Color Harmonies of #291E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291E00

Black with #291E00

Text Example


Text Example

White with #291E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291E00; }

 p { color: rgb(41,30,0); }

 H1.HeaderClassName
 {
   color: #291E00;
 }
 .AnyTagClassName
 {
   color: #291E00;
 }
</style>

background-color css

<style>
 a { background-color: #291E00; }

 a { background-color: rgb(41,30,0); }

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

border-color css

<style>
 span { border-color: #291E00; }

 span { border-color: rgb(41,30,0); }

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