Html Css Color HEX #2E382B Oil

📋 copy color: '#2E382B'

red 46 ◦ green 56 ◦ blue 43

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

Shades of Oil #2E382B

Tints of Oil #2E382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

 BLUE value IS 43 (17.19% from 255) = 29.66%

R = 31.72%
G = 38.62%
B = 29.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#2E382B (or 0x2E382B) is known color: Oil. HEX triplet: 2E, 38 and 2B. RGB value is (46,56,43). Sum of RGB (Red+Green+Blue) = 46+56+43=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #2E382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E382B is #D1C7D4. Grayscale: #333333. Windows color (decimal): -13748181 or 2832430. OLE color: 2832430.

HSL color Cylindrical-coordinate representation of color #2E382B: hue angle of 106.15º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E382B is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 56 43 -
CMYK 0.18 0 0.23 0.78
HSL 106.15º 0.13% 0.19% -
HSV(B) 106.15º 0.23% 0.22% -
XYZ 2.98 3.58 2.82 -
YUV 51.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 46 56 43 0.18 0 0.23 0.78 106.15 0.13 0.19
Hex 2E 38 2B 12 0 17 4E 6A D 13
Octal 56 70 53 22 0 27 116 152 15 23
Binary 101110 111000 101011 10010 0 10111 1001110 1101010 1101 10011

Color Harmonies of #2E382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E382B

Black with #2E382B

Text Example


Text Example

White with #2E382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,43); }

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

background-color css

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

 a { background-color: rgb(46,56,43); }

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

border-color css

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

 span { border-color: rgb(46,56,43); }

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