#023A05

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

Shades of Myrtle #023A05

Tints of Myrtle #023A05

Color information

#023A05 (or 0x023A05) is unknown color: approx Myrtle. HEX triplet: 02, 3A and 05. RGB value is (2,58,5). Sum of RGB (Red+Green+Blue) = 2+58+5=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 58 (23.05% from 255 or 89.23% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 58 - color contains mainly: green. Hex color #023A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A05 is #FDC5FA. Grayscale: #232323. Windows color (decimal): -16631291 or 342530. OLE color: 342530.

HSL color Cylindrical-coordinate representation of color #023A05: hue angle of 123.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A05 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.

Color convert

RGB2585-
CMYK0.9700.910.77
HSL123.21º93.33%11.76%-
HSV(B)123.21º96.55%22.75%-
XYZ1.573.050.65-
YUV35.21110.95104.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 58 (23.05% from 255) = 89.23%
BLUE value IS 5 (2.34% from 255) = 7.69%
R=3.08%
G=89.23%
B=7.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal25850.9700.910.77123.2193.3311.76
Hex23A56105B4D7b5dc
Octal2725141013311517313514
Binary101110101011100001010110111001101111101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A05; }

 p { color: rgb(2,58,5); }

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

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

 a { background-color: rgb(2,58,5); }

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

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

 span { border-color: rgb(2,58,5); }

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