#024305

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

Shades of Myrtle #024305

Tints of Myrtle #024305

Color information

#024305 (or 0x024305) is unknown color: approx Myrtle. HEX triplet: 02, 43 and 05. RGB value is (2,67,5). Sum of RGB (Red+Green+Blue) = 2+67+5=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 67 (26.56% from 255 or 90.54% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 67 - color contains mainly: green. Hex color #024305 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024305 is #FDBCFA. Grayscale: #282828. Windows color (decimal): -16628987 or 344834. OLE color: 344834.

HSL color Cylindrical-coordinate representation of color #024305: hue angle of 122.77º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024305 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.

Color convert

RGB2675-
CMYK0.9700.930.74
HSL122.77º94.2%13.53%-
HSV(B)122.77º97.01%26.27%-
XYZ2.064.040.81-
YUV40.5107.97100.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 67 (26.56% from 255) = 90.54%
BLUE value IS 5 (2.34% from 255) = 6.76%
R=2.70%
G=90.54%
B=6.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal26750.9700.930.74122.7794.213.53
Hex24356105D4A7b5ee
Octal21035141013511217313616
Binary1010000111011100001010111011001010111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024305; }

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

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

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

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

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

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

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

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