#022300

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

Shades of Myrtle #022300

Tints of Myrtle #022300

Color information

#022300 (or 0x022300) is unknown color: approx Myrtle. HEX triplet: 02, 23 and 00. RGB value is (2,35,0). Sum of RGB (Red+Green+Blue) = 2+35+0=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 35 (14.06% from 255 or 94.59% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 35 - color contains mainly: green. Hex color #022300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022300 is #FDDCFF. Grayscale: #151515. Windows color (decimal): -16637184 or 8962. OLE color: 8962.

HSL color Cylindrical-coordinate representation of color #022300: hue angle of 116.57º 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 #022300 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB2350-
CMYK0.94010.86
HSL116.57º100%6.86%-
HSV(B)116.57º100%13.73%-
XYZ0.631.210.2-
YUV21.14116.07114.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.41%
GREEN value IS 35 (14.06% from 255) = 94.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.41%
G=94.59%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23500.94010.86116.571006.86
Hex22305E0645675647
Octal243013601441261651447
Binary101000110101111001100100101011011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022300; }

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

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

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

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

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

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

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

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