Html Css Color HEX #2F4839 English Holly

📋 copy color: '#2F4839'

red 47 ◦ green 72 ◦ blue 57

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

Shades of English Holly #2F4839

Tints of English Holly #2F4839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 26.7%
G = 40.91%
B = 32.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#2F4839 (or 0x2F4839) is known color: English Holly. HEX triplet: 2F, 48 and 39. RGB value is (47,72,57). Sum of RGB (Red+Green+Blue) = 47+72+57=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4839 is #D0B7C6. Grayscale: #3E3E3E. Windows color (decimal): -13678535 or 3754031. OLE color: 3754031.

HSL color Cylindrical-coordinate representation of color #2F4839: hue angle of 144º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4839 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 57 -
CMYK 0.35 0 0.21 0.72
HSL 144º 0.21% 0.23% -
HSV(B) 144º 0.35% 0.28% -
XYZ 4.23 5.53 4.72 -
YUV 62.82 124.72 116.72 -
System Red Green Blue C M Y K H S L
Decimal 47 72 57 0.35 0 0.21 0.72 144 0.21 0.23
Hex 2F 48 39 23 0 15 48 90 15 17
Octal 57 110 71 43 0 25 110 220 25 27
Binary 101111 1001000 111001 100011 0 10101 1001000 10010000 10101 10111

Color Harmonies of #2F4839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4839

Black with #2F4839

Text Example


Text Example

White with #2F4839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,57); }

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

background-color css

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

 a { background-color: rgb(47,72,57); }

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

border-color css

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

 span { border-color: rgb(47,72,57); }

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