#024104

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

Shades of Myrtle #024104

Tints of Myrtle #024104

Color information

#024104 (or 0x024104) is unknown color: approx Myrtle. HEX triplet: 02, 41 and 04. RGB value is (2,65,4). Sum of RGB (Red+Green+Blue) = 2+65+4=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 65 (25.78% from 255 or 91.55% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 65 - color contains mainly: green. Hex color #024104 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024104 is #FDBEFB. Grayscale: #272727. Windows color (decimal): -16629500 or 278786. OLE color: 278786.

HSL color Cylindrical-coordinate representation of color #024104: hue angle of 121.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024104 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB2654-
CMYK0.9700.940.75
HSL121.9º94.03%13.14%-
HSV(B)121.9º96.92%25.49%-
XYZ1.943.80.75-
YUV39.21108.13101.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 65 (25.78% from 255) = 91.55%
BLUE value IS 4 (1.95% from 255) = 5.63%
R=2.82%
G=91.55%
B=5.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal26540.9700.940.75121.994.0313.14
Hex24146105E4B7a5ed
Octal21014141013611317213615
Binary1010000011001100001010111101001011111101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024104; }

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

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

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

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

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

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

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

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