#003D02

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

Shades of Myrtle #003D02

Tints of Myrtle #003D02

Color information

#003D02 (or 0x003D02) is unknown color: approx Myrtle. HEX triplet: 00, 3D and 02. RGB value is (0,61,2). Sum of RGB (Red+Green+Blue) = 0+61+2=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 61 (24.22% from 255 or 96.83% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 61 - color contains mainly: green. Hex color #003D02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D02 is #FFC2FD. Grayscale: #242424. Windows color (decimal): -16761598 or 146688. OLE color: 146688.

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

Color convert

RGB0612-
CMYK100.970.76
HSL121.97º100%11.96%-
HSV(B)121.97º100%23.92%-
XYZ1.683.340.61-
YUV36.03108.79102.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 96.83%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=0%
G=96.83%
B=3.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0612100.970.76121.9710011.96
Hex03D2640614C7a64c
Octal0752144014111417214414
Binary0111101101100100011000011001100111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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