Html Css Color HEX #2F3D29 Oil

📋 copy color: '#2F3D29'

red 47 ◦ green 61 ◦ blue 41

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

Shades of Oil #2F3D29

Tints of Oil #2F3D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 31.54%
G = 40.94%
B = 27.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#2F3D29 (or 0x2F3D29) is known color: Oil. HEX triplet: 2F, 3D and 29. RGB value is (47,61,41). Sum of RGB (Red+Green+Blue) = 47+61+41=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #2F3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D29 is #D0C2D6. Grayscale: #363636. Windows color (decimal): -13681367 or 2702639. OLE color: 2702639.

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

Color convert

RGB 47 61 41 -
CMYK 0.23 0 0.33 0.76
HSL 102º 0.2% 0.2% -
HSV(B) 102º 0.33% 0.24% -
XYZ 3.24 4.1 2.72 -
YUV 54.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 47 61 41 0.23 0 0.33 0.76 102 0.2 0.2
Hex 2F 3D 29 17 0 21 4C 66 14 14
Octal 57 75 51 27 0 41 114 146 24 24
Binary 101111 111101 101001 10111 0 100001 1001100 1100110 10100 10100

Color Harmonies of #2F3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3D29

Black with #2F3D29

Text Example


Text Example

White with #2F3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,61,41); }

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

background-color css

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

 a { background-color: rgb(47,61,41); }

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

border-color css

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

 span { border-color: rgb(47,61,41); }

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