#042F00

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

Shades of Myrtle #042F00

Tints of Myrtle #042F00

Color information

#042F00 (or 0x042F00) is unknown color: approx Myrtle. HEX triplet: 04, 2F and 00. RGB value is (4,47,0). Sum of RGB (Red+Green+Blue) = 4+47+0=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 47 (18.75% from 255 or 92.16% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 47 - color contains mainly: green. Hex color #042F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F00 is #FBD0FF. Grayscale: #1C1C1C. Windows color (decimal): -16503040 or 12036. OLE color: 12036.

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

Color convert

RGB4470-
CMYK0.91010.82
HSL114.89º100%9.22%-
HSV(B)114.89º100%18.43%-
XYZ1.072.060.34-
YUV28.78111.75110.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.84%
GREEN value IS 47 (18.75% from 255) = 92.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.84%
G=92.16%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal44700.91010.82114.891009.22
Hex42F05B0645273649
Octal4570133014412216314411
Binary10010111101011011011001001010010111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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