Html Css Color HEX #292E28 Oil

📋 copy color: '#292E28'

red 41 ◦ green 46 ◦ blue 40

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

Shades of Oil #292E28

Tints of Oil #292E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.22%

 BLUE value IS 40 (16.02% from 255) = 31.5%

R = 32.28%
G = 36.22%
B = 31.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#292E28 (or 0x292E28) is known color: Oil. HEX triplet: 29, 2E and 28. RGB value is (41,46,40). Sum of RGB (Red+Green+Blue) = 41+46+40=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 46 - color contains mainly: green. Hex color #292E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E28 is #D6D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14078424 or 2633257. OLE color: 2633257.

HSL color Cylindrical-coordinate representation of color #292E28: hue angle of 110º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292E28 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 41 46 40 -
CMYK 0.11 0 0.13 0.82
HSL 110º 0.07% 0.17% -
HSV(B) 110º 0.13% 0.18% -
XYZ 2.27 2.58 2.39 -
YUV 43.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 41 46 40 0.11 0 0.13 0.82 110 0.07 0.17
Hex 29 2E 28 B 0 D 52 6E 7 11
Octal 51 56 50 13 0 15 122 156 7 21
Binary 101001 101110 101000 1011 0 1101 1010010 1101110 111 10001

Color Harmonies of #292E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E28

Black with #292E28

Text Example


Text Example

White with #292E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292E28; }

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

 H1.HeaderClassName
 {
   color: #292E28;
 }
 .AnyTagClassName
 {
   color: #292E28;
 }
</style>

background-color css

<style>
 a { background-color: #292E28; }

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

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

border-color css

<style>
 span { border-color: #292E28; }

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

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