Html Css Color HEX #2F372D Oil

📋 copy color: '#2F372D'

red 47 ◦ green 55 ◦ blue 45

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

Shades of Oil #2F372D

Tints of Oil #2F372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 45 (17.97% from 255) = 30.61%

R = 31.97%
G = 37.41%
B = 30.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#2F372D (or 0x2F372D) is known color: Oil. HEX triplet: 2F, 37 and 2D. RGB value is (47,55,45). Sum of RGB (Red+Green+Blue) = 47+55+45=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 55 - color contains mainly: green. Hex color #2F372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F372D is #D0C8D2. Grayscale: #333333. Windows color (decimal): -13682899 or 2963247. OLE color: 2963247.

HSL color Cylindrical-coordinate representation of color #2F372D: hue angle of 108º 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 #2F372D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 55 45 -
CMYK 0.15 0 0.18 0.78
HSL 108º 0.1% 0.2% -
HSV(B) 108º 0.18% 0.22% -
XYZ 3.01 3.53 3 -
YUV 51.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 47 55 45 0.15 0 0.18 0.78 108 0.1 0.2
Hex 2F 37 2D F 0 12 4E 6C A 14
Octal 57 67 55 17 0 22 116 154 12 24
Binary 101111 110111 101101 1111 0 10010 1001110 1101100 1010 10100

Color Harmonies of #2F372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F372D

Black with #2F372D

Text Example


Text Example

White with #2F372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,55,45); }

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

background-color css

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

 a { background-color: rgb(47,55,45); }

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

border-color css

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

 span { border-color: rgb(47,55,45); }

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