#2A3F27

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

Shades of Myrtle #2A3F27

Tints of Myrtle #2A3F27

Color information

#2A3F27 (or 0x2A3F27) is unknown color: approx Myrtle. HEX triplet: 2A, 3F and 27. RGB value is (42,63,39). Sum of RGB (Red+Green+Blue) = 42+63+39=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #2A3F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3F27 is #D5C0D8. Grayscale: #363636. Windows color (decimal): -14008537 or 2572074. OLE color: 2572074.

HSL color Cylindrical-coordinate representation of color #2A3F27: hue angle of 112.5º degrees, saturation: 0.24, 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 #2A3F27 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB426339-
CMYK0.3300.380.75
HSL112.5º23.53%20%-
HSV(B)112.5º38.1%24.71%-
XYZ3.14.192.57-
YUV53.98119.54119.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.17%
GREEN value IS 63 (25% from 255) = 43.75%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=29.17%
G=43.75%
B=27.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4263390.3300.380.75112.523.5320
Hex2A3F27210264B701814
Octal527747410461131603024
Binary1010101111111001111000010100110100101111100001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,63,39); }

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

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

 a { background-color: rgb(42,63,39); }

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

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

 span { border-color: rgb(42,63,39); }

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