#2C4028

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

Shades of Myrtle #2C4028

Tints of Myrtle #2C4028

Color information

#2C4028 (or 0x2C4028) is unknown color: approx Myrtle. HEX triplet: 2C, 40 and 28. RGB value is (44,64,40). Sum of RGB (Red+Green+Blue) = 44+64+40=148 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.73% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4028 is #D3BFD7. Grayscale: #373737. Windows color (decimal): -13877208 or 2637868. OLE color: 2637868.

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

Color convert

RGB446440-
CMYK0.3100.380.75
HSL110º23.08%20.39%-
HSV(B)110º37.5%25.1%-
XYZ3.264.362.68-
YUV55.28119.37119.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.73%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=29.73%
G=43.24%
B=27.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4464400.3100.380.7511023.0820.39
Hex2C40281F0264B6e1714
Octal5410050370461131562724
Binary1011001000000101000111110100110100101111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,64,40); }

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

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

 a { background-color: rgb(44,64,40); }

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

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

 span { border-color: rgb(44,64,40); }

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