#022504

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

Shades of Myrtle #022504

Tints of Myrtle #022504

Color information

#022504 (or 0x022504) is unknown color: approx Myrtle. HEX triplet: 02, 25 and 04. RGB value is (2,37,4). Sum of RGB (Red+Green+Blue) = 2+37+4=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 37 (14.84% from 255 or 86.05% from 43); Blue value is 4 (1.95% from 255 or 9.30% from 43); Max value from RGB is 37 - color contains mainly: green. Hex color #022504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022504 is #FDDAFB. Grayscale: #161616. Windows color (decimal): -16636668 or 271618. OLE color: 271618.

HSL color Cylindrical-coordinate representation of color #022504: hue angle of 123.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022504 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB2374-
CMYK0.9500.890.85
HSL123.43º89.74%7.65%-
HSV(B)123.43º94.59%14.51%-
XYZ0.711.340.34-
YUV22.77117.4113.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.65%
GREEN value IS 37 (14.84% from 255) = 86.05%
BLUE value IS 4 (1.95% from 255) = 9.30%
R=4.65%
G=86.05%
B=9.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23740.9500.890.85123.4389.747.65
Hex22545F059557b5a8
Octal2454137013112517313210
Binary101001011001011111010110011010101111101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022504; }

 p { color: rgb(2,37,4); }

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

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

 a { background-color: rgb(2,37,4); }

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

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

 span { border-color: rgb(2,37,4); }

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