#022301

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

Shades of Myrtle #022301

Tints of Myrtle #022301

Color information

#022301 (or 0x022301) is unknown color: approx Myrtle. HEX triplet: 02, 23 and 01. RGB value is (2,35,1). Sum of RGB (Red+Green+Blue) = 2+35+1=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 35 (14.06% from 255 or 92.11% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 35 - color contains mainly: green. Hex color #022301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022301 is #FDDCFE. Grayscale: #151515. Windows color (decimal): -16637183 or 74498. OLE color: 74498.

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

Color convert

RGB2351-
CMYK0.9400.970.86
HSL118.24º94.44%7.06%-
HSV(B)118.24º97.14%13.73%-
XYZ0.631.220.23-
YUV21.26116.57114.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 35 (14.06% from 255) = 92.11%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=5.26%
G=92.11%
B=2.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23510.9400.970.86118.2494.447.06
Hex22315E06156765e7
Octal243113601411261661367
Binary101000111101111001100001101011011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022301; }

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

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

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

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

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

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

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

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