#2D4335

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

Shades of English Holly #2D4335

Tints of English Holly #2D4335

Color information

#2D4335 (or 0x2D4335) is unknown color: approx English Holly. HEX triplet: 2D, 43 and 35. RGB value is (45,67,53). Sum of RGB (Red+Green+Blue) = 45+67+53=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #2D4335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4335 is #D2BCCA. Grayscale: #3A3A3A. Windows color (decimal): -13810891 or 3490605. OLE color: 3490605.

HSL color Cylindrical-coordinate representation of color #2D4335: hue angle of 141.82º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2D4335 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB456753-
CMYK0.3300.210.74
HSL141.82º19.64%21.96%-
HSV(B)141.82º32.84%26.27%-
XYZ3.734.834.1-
YUV58.83124.71118.14-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.27%
GREEN value IS 67 (26.56% from 255) = 40.61%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=27.27%
G=40.61%
B=32.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4567530.3300.210.74141.8219.6421.96
Hex2D4335210154A8e1416
Octal5510365410251122162426
Binary10110110000111101011000010101011001010100011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,67,53); }

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

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

 a { background-color: rgb(45,67,53); }

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

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

 span { border-color: rgb(45,67,53); }

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