Html Css Color HEX #293026 Oil

📋 copy color: '#293026'

red 41 ◦ green 48 ◦ blue 38

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

Shades of Oil #293026

Tints of Oil #293026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.92%

R = 32.28%
G = 37.8%
B = 29.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#293026 (or 0x293026) is known color: Oil. HEX triplet: 29, 30 and 26. RGB value is (41,48,38). Sum of RGB (Red+Green+Blue) = 41+48+38=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #293026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293026 is #D6CFD9. Grayscale: #2C2C2C. Windows color (decimal): -14077914 or 2502697. OLE color: 2502697.

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

Color convert

RGB 41 48 38 -
CMYK 0.15 0 0.21 0.81
HSL 102º 0.12% 0.17% -
HSV(B) 102º 0.21% 0.19% -
XYZ 2.32 2.73 2.24 -
YUV 44.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 41 48 38 0.15 0 0.21 0.81 102 0.12 0.17
Hex 29 30 26 F 0 15 51 66 C 11
Octal 51 60 46 17 0 25 121 146 14 21
Binary 101001 110000 100110 1111 0 10101 1010001 1100110 1100 10001

Color Harmonies of #293026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293026

Black with #293026

Text Example


Text Example

White with #293026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293026; }

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

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

background-color css

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

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

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

border-color css

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

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

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