#042F05

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

Shades of Myrtle #042F05

Tints of Myrtle #042F05

Color information

#042F05 (or 0x042F05) is unknown color: approx Myrtle. HEX triplet: 04, 2F and 05. RGB value is (4,47,5). Sum of RGB (Red+Green+Blue) = 4+47+5=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 47 (18.75% from 255 or 83.93% from 56); Blue value is 5 (2.34% from 255 or 8.93% from 56); Max value from RGB is 47 - color contains mainly: green. Hex color #042F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F05 is #FBD0FA. Grayscale: #1D1D1D. Windows color (decimal): -16503035 or 339716. OLE color: 339716.

HSL color Cylindrical-coordinate representation of color #042F05: hue angle of 121.4º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042F05 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB4475-
CMYK0.9100.890.82
HSL121.4º84.31%10%-
HSV(B)121.4º91.49%18.43%-
XYZ1.092.070.49-
YUV29.36114.25109.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 47 (18.75% from 255) = 83.93%
BLUE value IS 5 (2.34% from 255) = 8.93%
R=7.14%
G=83.93%
B=8.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal44750.9100.890.82121.484.3110
Hex42F55B059527954a
Octal4575133013112217112412
Binary1001011111011011011010110011010010111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,47,5); }

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

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

 a { background-color: rgb(4,47,5); }

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

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

 span { border-color: rgb(4,47,5); }

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