#003002

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

Shades of Myrtle #003002

Tints of Myrtle #003002

Color information

#003002 (or 0x003002) is unknown color: approx Myrtle. HEX triplet: 00, 30 and 02. RGB value is (0,48,2). Sum of RGB (Red+Green+Blue) = 0+48+2=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 48 (19.14% from 255 or 96% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 48 - color contains mainly: green. Hex color #003002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003002 is #FFCFFD. Grayscale: #1C1C1C. Windows color (decimal): -16764926 or 143360. OLE color: 143360.

HSL color Cylindrical-coordinate representation of color #003002: hue angle of 122.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003002 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB0482-
CMYK100.960.81
HSL122.5º100%9.41%-
HSV(B)122.5º100%18.82%-
XYZ1.072.120.41-
YUV28.4113.1107.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 96%
BLUE value IS 2 (1.17% from 255) = 4%
R=0%
G=96%
B=4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0482100.960.81122.51009.41
Hex030264060517a649
Octal0602144014012117214411
Binary0110000101100100011000001010001111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003002; }

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

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

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

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

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

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

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

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