#2A5D1F

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

Shades of Myrtle #2A5D1F

Tints of Myrtle #2A5D1F

Color information

#2A5D1F (or 0x2A5D1F) is unknown color: approx Myrtle. HEX triplet: 2A, 5D and 1F. RGB value is (42,93,31). Sum of RGB (Red+Green+Blue) = 42+93+31=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5D1F is #D5A2E0. Grayscale: #464646. Windows color (decimal): -14000865 or 2055466. OLE color: 2055466.

HSL color Cylindrical-coordinate representation of color #2A5D1F: hue angle of 109.35º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A5D1F is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB429331-
CMYK0.5500.670.64
HSL109.35º50%24.31%-
HSV(B)109.35º66.67%36.47%-
XYZ5.128.422.65-
YUV70.68105.6107.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 93 (36.72% from 255) = 56.02%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=25.30%
G=56.02%
B=18.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4293310.5500.670.64109.355024.31
Hex2A5D1F37043406d3218
Octal52135376701031001556230
Binary101010101110111111110111010000111000000110110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,93,31); }

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

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

 a { background-color: rgb(42,93,31); }

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

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

 span { border-color: rgb(42,93,31); }

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