#2D422C

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

Shades of Myrtle #2D422C

Tints of Myrtle #2D422C

Color information

#2D422C (or 0x2D422C) is unknown color: approx Myrtle. HEX triplet: 2D, 42 and 2C. RGB value is (45,66,44). Sum of RGB (Red+Green+Blue) = 45+66+44=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #2D422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D422C is #D2BDD3. Grayscale: #393939. Windows color (decimal): -13811156 or 2900525. OLE color: 2900525.

HSL color Cylindrical-coordinate representation of color #2D422C: hue angle of 117.27º 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 #2D422C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB456644-
CMYK0.3200.330.74
HSL117.27º20%21.57%-
HSV(B)117.27º33.33%25.88%-
XYZ3.494.643.09-
YUV57.21120.54119.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 44 (17.58% from 255) = 28.39%
R=29.03%
G=42.58%
B=28.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566440.3200.330.74117.272021.57
Hex2D422C200214A751416
Octal5510254400411121652426
Binary10110110000101011001000000100001100101011101011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,66,44); }

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

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

 a { background-color: rgb(45,66,44); }

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

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

 span { border-color: rgb(45,66,44); }

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