#2A4024

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

Shades of Myrtle #2A4024

Tints of Myrtle #2A4024

Color information

#2A4024 (or 0x2A4024) is unknown color: approx Myrtle. HEX triplet: 2A, 40 and 24. RGB value is (42,64,36). Sum of RGB (Red+Green+Blue) = 42+64+36=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4024 is #D5BFDB. Grayscale: #363636. Windows color (decimal): -14008284 or 2375722. OLE color: 2375722.

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

Color convert

RGB426436-
CMYK0.3400.440.75
HSL107.14º28%19.61%-
HSV(B)107.14º43.75%25.1%-
XYZ3.114.292.33-
YUV54.23117.71119.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=29.58%
G=45.07%
B=25.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4264360.3400.440.75107.142819.61
Hex2A40242202C4B6b1c14
Octal5210044420541131533424
Binary10101010000001001001000100101100100101111010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,36); }

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

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

 a { background-color: rgb(42,64,36); }

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

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

 span { border-color: rgb(42,64,36); }

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