Html Css Color HEX #2E2902 Maire

📋 copy color: '#2E2902'

red 46 ◦ green 41 ◦ blue 2

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

Shades of Maire #2E2902

Tints of Maire #2E2902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 46.07%

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

R = 51.69%
G = 46.07%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.82

RGB Variations

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

Color information

#2E2902 (or 0x2E2902) is known color: Maire. HEX triplet: 2E, 29 and 02. RGB value is (46,41,2). Sum of RGB (Red+Green+Blue) = 46+41+2=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2902 is #D1D6FD. Grayscale: #262626. Windows color (decimal): -13752062 or 141614. OLE color: 141614.

HSL color Cylindrical-coordinate representation of color #2E2902: hue angle of 53.18º 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 #2E2902 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 41 2 -
CMYK 0 0.11 0.96 0.82
HSL 53.18º 0.92% 0.09% -
HSV(B) 53.18º 0.96% 0.18% -
XYZ 1.93 2.17 0.37 -
YUV 38.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 46 41 2 0 0.11 0.96 0.82 53.18 0.92 0.09
Hex 2E 29 2 0 B 60 52 35 5C 9
Octal 56 51 2 0 13 140 122 65 134 11
Binary 101110 101001 10 0 1011 1100000 1010010 110101 1011100 1001

Color Harmonies of #2E2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2902

Black with #2E2902

Text Example


Text Example

White with #2E2902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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