#032E00

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

Shades of Myrtle #032E00

Tints of Myrtle #032E00

Color information

#032E00 (or 0x032E00) is unknown color: approx Myrtle. HEX triplet: 03, 2E and 00. RGB value is (3,46,0). Sum of RGB (Red+Green+Blue) = 3+46+0=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 46 (18.36% from 255 or 93.88% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 46 - color contains mainly: green. Hex color #032E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E00 is #FCD1FF. Grayscale: #1C1C1C. Windows color (decimal): -16568832 or 11779. OLE color: 11779.

HSL color Cylindrical-coordinate representation of color #032E00: hue angle of 116.09º 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 #032E00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.82.

Color convert

RGB3460-
CMYK0.93010.82
HSL116.09º100%9.02%-
HSV(B)116.09º100%18.04%-
XYZ1.011.970.33-
YUV27.9112.25110.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 46 (18.36% from 255) = 93.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.12%
G=93.88%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal34600.93010.82116.091009.02
Hex32E05D0645274649
Octal3560135014412216414411
Binary1110111001011101011001001010010111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032E00; }

 p { color: rgb(3,46,0); }

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

<style>
 a { background-color: #032E00; }

 a { background-color: rgb(3,46,0); }

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

<style>
 span { border-color: #032E00; }

 span { border-color: rgb(3,46,0); }

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