#042C00

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

Shades of Myrtle #042C00

Tints of Myrtle #042C00

Color information

#042C00 (or 0x042C00) is unknown color: approx Myrtle. HEX triplet: 04, 2C and 00. RGB value is (4,44,0). Sum of RGB (Red+Green+Blue) = 4+44+0=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 44 (17.58% from 255 or 91.67% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 44 - color contains mainly: green. Hex color #042C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C00 is #FBD3FF. Grayscale: #1B1B1B. Windows color (decimal): -16503808 or 11268. OLE color: 11268.

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

Color convert

RGB4440-
CMYK0.91010.83
HSL114.55º100%8.63%-
HSV(B)114.55º100%17.25%-
XYZ0.951.830.3-
YUV27.02112.75111.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 44 (17.58% from 255) = 91.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.33%
G=91.67%
B=0%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44400.91010.83114.551008.63
Hex42C05B0645373649
Octal4540133014412316314411
Binary10010110001011011011001001010011111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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