Html Css Color HEX #2F3F26 Black Forest

📋 copy color: '#2F3F26'

red 47 ◦ green 63 ◦ blue 38

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

Shades of Black Forest #2F3F26

Tints of Black Forest #2F3F26

RGB

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

 GREEN value IS 63 (25% from 255) = 42.57%

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 31.76%
G = 42.57%
B = 25.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#2F3F26 (or 0x2F3F26) is known color: Black Forest. HEX triplet: 2F, 3F and 26. RGB value is (47,63,38). Sum of RGB (Red+Green+Blue) = 47+63+38=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #2F3F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3F26 is #D0C0D9. Grayscale: #373737. Windows color (decimal): -13680858 or 2506543. OLE color: 2506543.

HSL color Cylindrical-coordinate representation of color #2F3F26: hue angle of 98.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F3F26 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 47 63 38 -
CMYK 0.25 0 0.40 0.75
HSL 98.4º 0.25% 0.2% -
HSV(B) 98.4º 0.4% 0.25% -
XYZ 3.3 4.3 2.49 -
YUV 55.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 47 63 38 0.25 0 0.40 0.75 98.4 0.25 0.2
Hex 2F 3F 26 19 0 28 4B 62 19 14
Octal 57 77 46 31 0 50 113 142 31 24
Binary 101111 111111 100110 11001 0 101000 1001011 1100010 11001 10100

Color Harmonies of #2F3F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3F26

Black with #2F3F26

Text Example


Text Example

White with #2F3F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,63,38); }

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

background-color css

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

 a { background-color: rgb(47,63,38); }

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

border-color css

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

 span { border-color: rgb(47,63,38); }

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