#2D4837

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

Shades of English Holly #2D4837

Tints of English Holly #2D4837

Color information

#2D4837 (or 0x2D4837) is unknown color: approx English Holly. HEX triplet: 2D, 48 and 37. RGB value is (45,72,55). Sum of RGB (Red+Green+Blue) = 45+72+55=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #2D4837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4837 is #D2B7C8. Grayscale: #3E3E3E. Windows color (decimal): -13809609 or 3622957. OLE color: 3622957.

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

Color convert

RGB457255-
CMYK0.3800.240.72
HSL142.22º23.08%22.94%-
HSV(B)142.22º37.5%28.24%-
XYZ4.095.474.45-
YUV61.99124.05115.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=26.16%
G=41.86%
B=31.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572550.3800.240.72142.2223.0822.94
Hex2D483726018488e1717
Octal5511067460301102162727
Binary10110110010001101111001100110001001000100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,55); }

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

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

 a { background-color: rgb(45,72,55); }

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

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

 span { border-color: rgb(45,72,55); }

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