Html Css Color HEX #2E3D27 Oil

📋 copy color: '#2E3D27'

red 46 ◦ green 61 ◦ blue 39

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

Shades of Oil #2E3D27

Tints of Oil #2E3D27

RGB

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

 GREEN value IS 61 (24.22% from 255) = 41.78%

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 31.51%
G = 41.78%
B = 26.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.76

RGB Variations

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

Color information

#2E3D27 (or 0x2E3D27) is known color: Oil. HEX triplet: 2E, 3D and 27. RGB value is (46,61,39). Sum of RGB (Red+Green+Blue) = 46+61+39=146 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.51% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D27 is #D1C2D8. Grayscale: #363636. Windows color (decimal): -13746905 or 2571566. OLE color: 2571566.

HSL color Cylindrical-coordinate representation of color #2E3D27: hue angle of 100.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3D27 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 61 39 -
CMYK 0.25 0 0.36 0.76
HSL 100.91º 0.22% 0.2% -
HSV(B) 100.91º 0.36% 0.24% -
XYZ 3.16 4.06 2.54 -
YUV 54.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 46 61 39 0.25 0 0.36 0.76 100.91 0.22 0.2
Hex 2E 3D 27 19 0 24 4C 65 16 14
Octal 56 75 47 31 0 44 114 145 26 24
Binary 101110 111101 100111 11001 0 100100 1001100 1100101 10110 10100

Color Harmonies of #2E3D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3D27

Black with #2E3D27

Text Example


Text Example

White with #2E3D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,61,39); }

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

background-color css

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

 a { background-color: rgb(46,61,39); }

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

border-color css

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

 span { border-color: rgb(46,61,39); }

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