#2D4738

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

Shades of English Holly #2D4738

Tints of English Holly #2D4738

Color information

#2D4738 (or 0x2D4738) is unknown color: approx English Holly. HEX triplet: 2D, 47 and 38. RGB value is (45,71,56). Sum of RGB (Red+Green+Blue) = 45+71+56=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4738 is #D2B8C7. Grayscale: #3D3D3D. Windows color (decimal): -13809864 or 3688237. OLE color: 3688237.

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

Color convert

RGB457156-
CMYK0.3700.210.72
HSL145.38º22.41%22.75%-
HSV(B)145.38º36.62%27.84%-
XYZ4.055.354.56-
YUV61.52124.89116.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 71 (28.12% from 255) = 41.28%
BLUE value IS 56 (22.27% from 255) = 32.56%
R=26.16%
G=41.28%
B=32.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571560.3700.210.72145.3822.4122.75
Hex2D47382501548911617
Octal5510770450251102212627
Binary10110110001111110001001010101011001000100100011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,56); }

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

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

 a { background-color: rgb(45,71,56); }

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

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

 span { border-color: rgb(45,71,56); }

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