Html Css Color HEX #293028 Oil

📋 copy color: '#293028'

red 41 ◦ green 48 ◦ blue 40

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

Shades of Oil #293028

Tints of Oil #293028

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

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

R = 31.78%
G = 37.21%
B = 31.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.81

RGB Variations

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

Color information

#293028 (or 0x293028) is known color: Oil. HEX triplet: 29, 30 and 28. RGB value is (41,48,40). Sum of RGB (Red+Green+Blue) = 41+48+40=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #293028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293028 is #D6CFD7. Grayscale: #2D2D2D. Windows color (decimal): -14077912 or 2633769. OLE color: 2633769.

HSL color Cylindrical-coordinate representation of color #293028: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #293028 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 40 -
CMYK 0.15 0 0.17 0.81
HSL 112.5º 0.09% 0.17% -
HSV(B) 112.5º 0.17% 0.19% -
XYZ 2.35 2.74 2.41 -
YUV 45 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 41 48 40 0.15 0 0.17 0.81 112.5 0.09 0.17
Hex 29 30 28 F 0 11 51 70 9 11
Octal 51 60 50 17 0 21 121 160 11 21
Binary 101001 110000 101000 1111 0 10001 1010001 1110000 1001 10001

Color Harmonies of #293028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293028

Black with #293028

Text Example


Text Example

White with #293028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293028; }

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

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

background-color css

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

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

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

border-color css

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

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

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