Html Css Color HEX #2F3E28 Oil

📋 copy color: '#2F3E28'

red 47 ◦ green 62 ◦ blue 40

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

Shades of Oil #2F3E28

Tints of Oil #2F3E28

RGB

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

 GREEN value IS 62 (24.61% from 255) = 41.61%

 BLUE value IS 40 (16.02% from 255) = 26.85%

R = 31.54%
G = 41.61%
B = 26.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.76

RGB Variations

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

Color information

#2F3E28 (or 0x2F3E28) is known color: Oil. HEX triplet: 2F, 3E and 28. RGB value is (47,62,40). Sum of RGB (Red+Green+Blue) = 47+62+40=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E28 is #D0C1D7. Grayscale: #373737. Windows color (decimal): -13681112 or 2637359. OLE color: 2637359.

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

Color convert

RGB 47 62 40 -
CMYK 0.24 0 0.35 0.76
HSL 100.91º 0.22% 0.2% -
HSV(B) 100.91º 0.35% 0.24% -
XYZ 3.28 4.2 2.65 -
YUV 55.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 47 62 40 0.24 0 0.35 0.76 100.91 0.22 0.2
Hex 2F 3E 28 18 0 23 4C 65 16 14
Octal 57 76 50 30 0 43 114 145 26 24
Binary 101111 111110 101000 11000 0 100011 1001100 1100101 10110 10100

Color Harmonies of #2F3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3E28

Black with #2F3E28

Text Example


Text Example

White with #2F3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,62,40); }

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

background-color css

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

 a { background-color: rgb(47,62,40); }

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

border-color css

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

 span { border-color: rgb(47,62,40); }

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