#2A5D03

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

Shades of Myrtle #2A5D03

Tints of Myrtle #2A5D03

Color information

#2A5D03 (or 0x2A5D03) is unknown color: approx Myrtle. HEX triplet: 2A, 5D and 03. RGB value is (42,93,3). Sum of RGB (Red+Green+Blue) = 42+93+3=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5D03 is #D5A2FC. Grayscale: #434343. Windows color (decimal): -14000893 or 220458. OLE color: 220458.

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

Color convert

RGB42933-
CMYK0.5500.970.64
HSL94º93.75%18.82%-
HSV(B)94º96.77%36.47%-
XYZ4.898.331.44-
YUV67.4991.6109.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=30.43%
G=67.39%
B=2.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal429330.5500.970.649493.7518.82
Hex2A5D337061405e5e13
Octal52135367014110013613623
Binary1010101011101111101110110000110000001011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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