#2D4136

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

Shades of English Holly #2D4136

Tints of English Holly #2D4136

Color information

#2D4136 (or 0x2D4136) is unknown color: approx English Holly. HEX triplet: 2D, 41 and 36. RGB value is (45,65,54). Sum of RGB (Red+Green+Blue) = 45+65+54=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4136 is #D2BEC9. Grayscale: #393939. Windows color (decimal): -13811402 or 3555629. OLE color: 3555629.

HSL color Cylindrical-coordinate representation of color #2D4136: hue angle of 147º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4136 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB456554-
CMYK0.3100.170.75
HSL147º18.18%21.57%-
HSV(B)147º30.77%25.49%-
XYZ3.644.64.19-
YUV57.77125.87118.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.44%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=27.44%
G=39.63%
B=32.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565540.3100.170.7514718.1821.57
Hex2D41361F0114B931216
Octal5510166370211132232226
Binary1011011000001110110111110100011001011100100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,54); }

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

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

 a { background-color: rgb(45,65,54); }

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

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

 span { border-color: rgb(45,65,54); }

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