#022400

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

Shades of Myrtle #022400

Tints of Myrtle #022400

Color information

#022400 (or 0x022400) is unknown color: approx Myrtle. HEX triplet: 02, 24 and 00. RGB value is (2,36,0). Sum of RGB (Red+Green+Blue) = 2+36+0=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 36 (14.45% from 255 or 94.74% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 36 - color contains mainly: green. Hex color #022400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022400 is #FDDBFF. Grayscale: #151515. Windows color (decimal): -16636928 or 9218. OLE color: 9218.

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

Color convert

RGB2360-
CMYK0.94010.86
HSL116.67º100%7.06%-
HSV(B)116.67º100%14.12%-
XYZ0.661.270.21-
YUV21.73115.74113.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.26%
GREEN value IS 36 (14.45% from 255) = 94.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.26%
G=94.74%
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
Decimal23600.94010.86116.671007.06
Hex22405E0645675647
Octal244013601441261651447
Binary101001000101111001100100101011011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022400; }

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

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

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

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

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

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

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

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