#2A6001

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

Shades of Myrtle #2A6001

Tints of Myrtle #2A6001

Color information

#2A6001 (or 0x2A6001) is unknown color: approx Myrtle. HEX triplet: 2A, 60 and 01. RGB value is (42,96,1). Sum of RGB (Red+Green+Blue) = 42+96+1=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A6001 is #D59FFE. Grayscale: #454545. Windows color (decimal): -14000127 or 90154. OLE color: 90154.

HSL color Cylindrical-coordinate representation of color #2A6001: hue angle of 94.11º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A6001 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB42961-
CMYK0.5600.990.62
HSL94.11º97.94%19.02%-
HSV(B)94.11º98.96%37.65%-
XYZ5.148.861.47-
YUV69.0289.61108.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=30.22%
G=69.06%
B=0.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal429610.5600.990.6294.1197.9419.02
Hex2A601380633E5e6213
Octal5214017001437613614223
Binary10101011000001111000011000111111101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,1); }

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

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

 a { background-color: rgb(42,96,1); }

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

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

 span { border-color: rgb(42,96,1); }

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