Html Css Color HEX #2F362E Oil

📋 copy color: '#2F362E'

red 47 ◦ green 54 ◦ blue 46

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

Shades of Oil #2F362E

Tints of Oil #2F362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

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

R = 31.97%
G = 36.73%
B = 31.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#2F362E (or 0x2F362E) is known color: Oil. HEX triplet: 2F, 36 and 2E. RGB value is (47,54,46). Sum of RGB (Red+Green+Blue) = 47+54+46=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 54 - color contains mainly: green. Hex color #2F362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F362E is #D0C9D1. Grayscale: #333333. Windows color (decimal): -13683154 or 3028527. OLE color: 3028527.

HSL color Cylindrical-coordinate representation of color #2F362E: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F362E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 54 46 -
CMYK 0.13 0 0.15 0.79
HSL 112.5º 0.08% 0.2% -
HSV(B) 112.5º 0.15% 0.21% -
XYZ 2.98 3.44 3.09 -
YUV 51 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 47 54 46 0.13 0 0.15 0.79 112.5 0.08 0.2
Hex 2F 36 2E D 0 F 4F 70 8 14
Octal 57 66 56 15 0 17 117 160 10 24
Binary 101111 110110 101110 1101 0 1111 1001111 1110000 1000 10100

Color Harmonies of #2F362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F362E

Black with #2F362E

Text Example


Text Example

White with #2F362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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