#2F3B34

Color #2F3B34 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #2F3B34

Tints of English Holly #2F3B34

Color information

#2F3B34 (or 0x2F3B34) is unknown color: approx English Holly. HEX triplet: 2F, 3B and 34. RGB value is (47,59,52). Sum of RGB (Red+Green+Blue) = 47+59+52=158 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.75% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #2F3B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3B34 is #D0C4CB. Grayscale: #363636. Windows color (decimal): -13681868 or 3423023. OLE color: 3423023.

HSL color Cylindrical-coordinate representation of color #2F3B34: hue angle of 145º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F3B34 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB475952-
CMYK0.2000.120.77
HSL145º11.32%20.78%-
HSV(B)145º20.34%23.14%-
XYZ3.363.983.84-
YUV54.61126.52122.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.75%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=29.75%
G=37.34%
B=32.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4759520.2000.120.7714511.3220.78
Hex2F3B34140C4D91b15
Octal577364240141152211325
Binary1011111110111101001010001100100110110010001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,59,52); }

 H1.HeaderClassName
 {
   color: #2F3B34;
 }
 .AnyTagClassName
 {
   color: #2F3B34;
 }
</style>
background-color css

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

 a { background-color: rgb(47,59,52); }

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

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

 span { border-color: rgb(47,59,52); }

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