#2D422D

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

Shades of Myrtle #2D422D

Tints of Myrtle #2D422D

Color information

#2D422D (or 0x2D422D) is unknown color: approx Myrtle. HEX triplet: 2D, 42 and 2D. RGB value is (45,66,45). Sum of RGB (Red+Green+Blue) = 45+66+45=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #2D422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D422D is #D2BDD2. Grayscale: #393939. Windows color (decimal): -13811155 or 2966061. OLE color: 2966061.

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

Color convert

RGB456645-
CMYK0.3200.320.74
HSL120º18.92%21.76%-
HSV(B)120º31.82%25.88%-
XYZ3.54.643.19-
YUV57.33121.04119.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=28.85%
G=42.31%
B=28.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566450.3200.320.7412018.9221.76
Hex2D422D200204A781316
Octal5510255400401121702326
Binary10110110000101011011000000100000100101011110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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