#002301

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

Shades of Myrtle #002301

Tints of Myrtle #002301

Color information

#002301 (or 0x002301) is unknown color: approx Myrtle. HEX triplet: 00, 23 and 01. RGB value is (0,35,1). Sum of RGB (Red+Green+Blue) = 0+35+1=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 35 (14.06% from 255 or 97.22% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 35 - color contains mainly: green. Hex color #002301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002301 is #FFDCFE. Grayscale: #141414. Windows color (decimal): -16768255 or 74496. OLE color: 74496.

HSL color Cylindrical-coordinate representation of color #002301: hue angle of 121.71º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002301 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB0351-
CMYK100.970.86
HSL121.71º100%6.86%-
HSV(B)121.71º100%13.73%-
XYZ0.611.20.23-
YUV20.66116.9113.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 97.22%
BLUE value IS 1 (0.78% from 255) = 2.78%
R=0%
G=97.22%
B=2.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0351100.970.86121.711006.86
Hex023164061567a647
Octal043114401411261721447
Binary01000111110010001100001101011011110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002301; }

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

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

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

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

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

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

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

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