#003F02

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

Shades of Myrtle #003F02

Tints of Myrtle #003F02

Color information

#003F02 (or 0x003F02) is unknown color: approx Myrtle. HEX triplet: 00, 3F and 02. RGB value is (0,63,2). Sum of RGB (Red+Green+Blue) = 0+63+2=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 63 (25% from 255 or 96.92% from 65); Blue value is 2 (1.17% from 255 or 3.08% from 65); Max value from RGB is 63 - color contains mainly: green. Hex color #003F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003F02 is #FFC0FD. Grayscale: #252525. Windows color (decimal): -16761086 or 147200. OLE color: 147200.

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

Color convert

RGB0632-
CMYK100.970.75
HSL121.9º100%12.35%-
HSV(B)121.9º100%24.71%-
XYZ1.793.560.65-
YUV37.21108.13101.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 96.92%
BLUE value IS 2 (1.17% from 255) = 3.08%
R=0%
G=96.92%
B=3.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0632100.970.75121.910012.35
Hex03F2640614B7a64c
Octal0772144014111317214414
Binary0111111101100100011000011001011111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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