#042F08

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

Shades of Myrtle #042F08

Tints of Myrtle #042F08

Color information

#042F08 (or 0x042F08) is unknown color: approx Myrtle. HEX triplet: 04, 2F and 08. RGB value is (4,47,8). Sum of RGB (Red+Green+Blue) = 4+47+8=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 47 (18.75% from 255 or 79.66% from 59); Blue value is 8 (3.52% from 255 or 13.56% from 59); Max value from RGB is 47 - color contains mainly: green. Hex color #042F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042F08 is #FBD0F7. Grayscale: #1D1D1D. Windows color (decimal): -16503032 or 536324. OLE color: 536324.

HSL color Cylindrical-coordinate representation of color #042F08: hue angle of 125.58º 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 #042F08 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB4478-
CMYK0.9100.830.82
HSL125.58º84.31%10%-
HSV(B)125.58º91.49%18.43%-
XYZ1.112.080.57-
YUV29.7115.75109.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.78%
GREEN value IS 47 (18.75% from 255) = 79.66%
BLUE value IS 8 (3.52% from 255) = 13.56%
R=6.78%
G=79.66%
B=13.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal44780.9100.830.82125.5884.3110
Hex42F85B053527e54a
Octal45710133012312217612412
Binary10010111110001011011010100111010010111111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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