#042A01

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

Shades of Myrtle #042A01

Tints of Myrtle #042A01

Color information

#042A01 (or 0x042A01) is unknown color: approx Myrtle. HEX triplet: 04, 2A and 01. RGB value is (4,42,1). Sum of RGB (Red+Green+Blue) = 4+42+1=47 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.51% from 47); Green value is 42 (16.80% from 255 or 89.36% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 42 - color contains mainly: green. Hex color #042A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042A01 is #FBD5FE. Grayscale: #1A1A1A. Windows color (decimal): -16504319 or 76292. OLE color: 76292.

HSL color Cylindrical-coordinate representation of color #042A01: hue angle of 115.61º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042A01 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB4421-
CMYK0.9000.980.84
HSL115.61º95.35%8.43%-
HSV(B)115.61º97.62%16.47%-
XYZ0.881.680.31-
YUV25.96113.91112.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.51%
GREEN value IS 42 (16.80% from 255) = 89.36%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=8.51%
G=89.36%
B=2.13%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal44210.9000.980.84115.6195.358.43
Hex42A15A06254745f8
Octal4521132014212416413710
Binary10010101011011010011000101010100111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A01; }

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

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

<style>
 a { background-color: #042A01; }

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

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

<style>
 span { border-color: #042A01; }

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

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