#023005

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

Shades of Myrtle #023005

Tints of Myrtle #023005

Color information

#023005 (or 0x023005) is unknown color: approx Myrtle. HEX triplet: 02, 30 and 05. RGB value is (2,48,5). Sum of RGB (Red+Green+Blue) = 2+48+5=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 48 (19.14% from 255 or 87.27% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 48 - color contains mainly: green. Hex color #023005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023005 is #FDCFFA. Grayscale: #1D1D1D. Windows color (decimal): -16633851 or 339970. OLE color: 339970.

HSL color Cylindrical-coordinate representation of color #023005: hue angle of 123.91º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023005 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB2485-
CMYK0.9600.900.81
HSL123.91º92%9.8%-
HSV(B)123.91º95.83%18.82%-
XYZ1.112.140.5-
YUV29.34114.26108.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 48 (19.14% from 255) = 87.27%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=3.64%
G=87.27%
B=9.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal24850.9600.900.81123.91929.8
Hex23056005A517c5ca
Octal2605140013212117413412
Binary101100001011100000010110101010001111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023005; }

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

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

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

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

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

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

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

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