#032F02

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

Shades of Myrtle #032F02

Tints of Myrtle #032F02

Color information

#032F02 (or 0x032F02) is unknown color: approx Myrtle. HEX triplet: 03, 2F and 02. RGB value is (3,47,2). Sum of RGB (Red+Green+Blue) = 3+47+2=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 47 (18.75% from 255 or 90.38% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 47 - color contains mainly: green. Hex color #032F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032F02 is #FCD0FD. Grayscale: #1C1C1C. Windows color (decimal): -16568574 or 143107. OLE color: 143107.

HSL color Cylindrical-coordinate representation of color #032F02: hue angle of 118.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032F02 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.

Color convert

RGB3472-
CMYK0.9400.960.82
HSL118.67º91.84%9.61%-
HSV(B)118.67º95.74%18.43%-
XYZ1.072.060.4-
YUV28.71112.92109.66-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 47 (18.75% from 255) = 90.38%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=5.77%
G=90.38%
B=3.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal34720.9400.960.82118.6791.849.61
Hex32F25E06052775ca
Octal3572136014012216713412
Binary11101111101011110011000001010010111011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,2); }

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

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

 a { background-color: rgb(3,47,2); }

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

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

 span { border-color: rgb(3,47,2); }

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