#002F01

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

Shades of Myrtle #002F01

Tints of Myrtle #002F01

Color information

#002F01 (or 0x002F01) is unknown color: approx Myrtle. HEX triplet: 00, 2F and 01. RGB value is (0,47,1). Sum of RGB (Red+Green+Blue) = 0+47+1=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 47 (18.75% from 255 or 97.92% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 47 - color contains mainly: green. Hex color #002F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002F01 is #FFD0FE. Grayscale: #1B1B1B. Windows color (decimal): -16765183 or 77568. OLE color: 77568.

HSL color Cylindrical-coordinate representation of color #002F01: hue angle of 121.28º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F01 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB0471-
CMYK100.980.82
HSL121.28º100%9.22%-
HSV(B)121.28º100%18.43%-
XYZ1.022.040.37-
YUV27.7112.93108.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 47 (18.75% from 255) = 97.92%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=0%
G=97.92%
B=2.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0471100.980.82121.281009.22
Hex02F1640625279649
Octal0571144014212217114411
Binary010111111100100011000101010010111100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002F01; }

 p { color: rgb(0,47,1); }

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

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

 a { background-color: rgb(0,47,1); }

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

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

 span { border-color: rgb(0,47,1); }

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