Html Css Color HEX #2F382E Oil

📋 copy color: '#2F382E'

red 47 ◦ green 56 ◦ blue 46

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

Shades of Oil #2F382E

Tints of Oil #2F382E

RGB

 RED value IS 47 (18.75% from 255) = 31.54%

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

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 31.54%
G = 37.58%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2F382E (or 0x2F382E) is known color: Oil. HEX triplet: 2F, 38 and 2E. RGB value is (47,56,46). Sum of RGB (Red+Green+Blue) = 47+56+46=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382E is #D0C7D1. Grayscale: #343434. Windows color (decimal): -13682642 or 3029039. OLE color: 3029039.

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

Color convert

RGB 47 56 46 -
CMYK 0.16 0 0.18 0.78
HSL 114º 0.1% 0.2% -
HSV(B) 114º 0.18% 0.22% -
XYZ 3.08 3.63 3.12 -
YUV 52.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 47 56 46 0.16 0 0.18 0.78 114 0.1 0.2
Hex 2F 38 2E 10 0 12 4E 72 A 14
Octal 57 70 56 20 0 22 116 162 12 24
Binary 101111 111000 101110 10000 0 10010 1001110 1110010 1010 10100

Color Harmonies of #2F382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F382E

Black with #2F382E

Text Example


Text Example

White with #2F382E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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