#002B01

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

Shades of Myrtle #002B01

Tints of Myrtle #002B01

Color information

#002B01 (or 0x002B01) is unknown color: approx Myrtle. HEX triplet: 00, 2B and 01. RGB value is (0,43,1). Sum of RGB (Red+Green+Blue) = 0+43+1=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 43 (17.19% from 255 or 97.73% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 43 - color contains mainly: green. Hex color #002B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002B01 is #FFD4FE. Grayscale: #191919. Windows color (decimal): -16766207 or 76544. OLE color: 76544.

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

Color convert

RGB0431-
CMYK100.980.83
HSL121.4º100%8.43%-
HSV(B)121.4º100%16.86%-
XYZ0.871.730.32-
YUV25.36114.25109.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 97.73%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=0%
G=97.73%
B=2.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0431100.980.83121.41008.43
Hex02B1640625379648
Octal0531144014212317114410
Binary010101111100100011000101010011111100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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