#022500

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

Shades of Myrtle #022500

Tints of Myrtle #022500

Color information

#022500 (or 0x022500) is unknown color: approx Myrtle. HEX triplet: 02, 25 and 00. RGB value is (2,37,0). Sum of RGB (Red+Green+Blue) = 2+37+0=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 37 (14.84% from 255 or 94.87% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 37 - color contains mainly: green. Hex color #022500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022500 is #FDDAFF. Grayscale: #161616. Windows color (decimal): -16636672 or 9474. OLE color: 9474.

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

Color convert

RGB2370-
CMYK0.95010.85
HSL116.76º100%7.25%-
HSV(B)116.76º100%14.51%-
XYZ0.691.340.22-
YUV22.32115.4113.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.13%
GREEN value IS 37 (14.84% from 255) = 94.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.13%
G=94.87%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23700.95010.85116.761007.25
Hex22505F0645575647
Octal245013701441251651447
Binary101001010101111101100100101010111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022500; }

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

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

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

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

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

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

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

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