#022200

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

Shades of Myrtle #022200

Tints of Myrtle #022200

Color information

#022200 (or 0x022200) is unknown color: approx Myrtle. HEX triplet: 02, 22 and 00. RGB value is (2,34,0). Sum of RGB (Red+Green+Blue) = 2+34+0=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 34 (13.67% from 255 or 94.44% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 34 - color contains mainly: green. Hex color #022200 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022200 is #FDDDFF. Grayscale: #141414. Windows color (decimal): -16637440 or 8706. OLE color: 8706.

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

Color convert

RGB2340-
CMYK0.94010.87
HSL116.47º100%6.67%-
HSV(B)116.47º100%13.33%-
XYZ0.61.160.19-
YUV20.56116.4114.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 34 (13.67% from 255) = 94.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.56%
G=94.44%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23400.94010.87116.471006.67
Hex22205E0645774647
Octal242013601441271641447
Binary101000100101111001100100101011111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022200; }

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

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

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

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

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

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

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

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