#2F4538

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

Shades of English Holly #2F4538

Tints of English Holly #2F4538

Color information

#2F4538 (or 0x2F4538) is unknown color: approx English Holly. HEX triplet: 2F, 45 and 38. RGB value is (47,69,56). Sum of RGB (Red+Green+Blue) = 47+69+56=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4538 is #D0BAC7. Grayscale: #3C3C3C. Windows color (decimal): -13679304 or 3687727. OLE color: 3687727.

HSL color Cylindrical-coordinate representation of color #2F4538: hue angle of 144.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F4538 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB476956-
CMYK0.3200.190.73
HSL144.55º18.97%22.75%-
HSV(B)144.55º31.88%27.06%-
XYZ4.015.154.52-
YUV60.94125.21118.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 69 (27.34% from 255) = 40.12%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=27.33%
G=40.12%
B=32.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4769560.3200.190.73144.5518.9722.75
Hex2F45382001349911317
Octal5710570400231112212327
Binary10111110001011110001000000100111001001100100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,69,56); }

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

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

 a { background-color: rgb(47,69,56); }

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

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

 span { border-color: rgb(47,69,56); }

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