Html Css Color HEX #2F352E Oil

📋 copy color: '#2F352E'

red 47 ◦ green 53 ◦ blue 46

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

Shades of Oil #2F352E

Tints of Oil #2F352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.3%

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

R = 32.19%
G = 36.3%
B = 31.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#2F352E (or 0x2F352E) is known color: Oil. HEX triplet: 2F, 35 and 2E. RGB value is (47,53,46). Sum of RGB (Red+Green+Blue) = 47+53+46=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #2F352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F352E is #D0CAD1. Grayscale: #323232. Windows color (decimal): -13683410 or 3028271. OLE color: 3028271.

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

Color convert

RGB 47 53 46 -
CMYK 0.11 0 0.13 0.79
HSL 111.43º 0.07% 0.19% -
HSV(B) 111.43º 0.13% 0.21% -
XYZ 2.94 3.35 3.08 -
YUV 50.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 47 53 46 0.11 0 0.13 0.79 111.43 0.07 0.19
Hex 2F 35 2E B 0 D 4F 6F 7 13
Octal 57 65 56 13 0 15 117 157 7 23
Binary 101111 110101 101110 1011 0 1101 1001111 1101111 111 10011

Color Harmonies of #2F352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F352E

Black with #2F352E

Text Example


Text Example

White with #2F352E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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