#003A02

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

Shades of Myrtle #003A02

Tints of Myrtle #003A02

Color information

#003A02 (or 0x003A02) is unknown color: approx Myrtle. HEX triplet: 00, 3A and 02. RGB value is (0,58,2). Sum of RGB (Red+Green+Blue) = 0+58+2=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 58 (23.05% from 255 or 96.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 58 - color contains mainly: green. Hex color #003A02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A02 is #FFC5FD. Grayscale: #222222. Windows color (decimal): -16762366 or 145920. OLE color: 145920.

HSL color Cylindrical-coordinate representation of color #003A02: hue angle of 122.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A02 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB0582-
CMYK100.970.77
HSL122.07º100%11.37%-
HSV(B)122.07º100%22.75%-
XYZ1.523.030.56-
YUV34.27109.78103.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 96.67%
BLUE value IS 2 (1.17% from 255) = 3.33%
R=0%
G=96.67%
B=3.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0582100.970.77122.0710011.37
Hex03A2640614D7a64b
Octal0722144014111517214413
Binary0111010101100100011000011001101111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A02; }

 p { color: rgb(0,58,2); }

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

<style>
 a { background-color: #003A02; }

 a { background-color: rgb(0,58,2); }

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

<style>
 span { border-color: #003A02; }

 span { border-color: rgb(0,58,2); }

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