#2C502A

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

Shades of Myrtle #2C502A

Tints of Myrtle #2C502A

Color information

#2C502A (or 0x2C502A) is unknown color: approx Myrtle. HEX triplet: 2C, 50 and 2A. RGB value is (44,80,42). Sum of RGB (Red+Green+Blue) = 44+80+42=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #2C502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C502A is #D3AFD5. Grayscale: #414141. Windows color (decimal): -13873110 or 2773036. OLE color: 2773036.

HSL color Cylindrical-coordinate representation of color #2C502A: hue angle of 116.84º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C502A is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB448042-
CMYK0.4500.480.69
HSL116.84º31.15%23.92%-
HSV(B)116.84º47.5%31.37%-
XYZ4.336.443.21-
YUV64.9115.07113.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=26.51%
G=48.19%
B=25.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4480420.4500.480.69116.8431.1523.92
Hex2C502A2D03045751f18
Octal5412052550601051653730
Binary10110010100001010101011010110000100010111101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,80,42); }

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

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

 a { background-color: rgb(44,80,42); }

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

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

 span { border-color: rgb(44,80,42); }

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