#024001

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

Shades of Myrtle #024001

Tints of Myrtle #024001

Color information

#024001 (or 0x024001) is unknown color: approx Myrtle. HEX triplet: 02, 40 and 01. RGB value is (2,64,1). Sum of RGB (Red+Green+Blue) = 2+64+1=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 64 (25.39% from 255 or 95.52% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 64 - color contains mainly: green. Hex color #024001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024001 is #FDBFFE. Grayscale: #262626. Windows color (decimal): -16629759 or 81922. OLE color: 81922.

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

Color convert

RGB2641-
CMYK0.9700.980.75
HSL119.05º96.92%12.75%-
HSV(B)119.05º98.44%25.1%-
XYZ1.863.680.64-
YUV38.28106.96102.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.99%
GREEN value IS 64 (25.39% from 255) = 95.52%
BLUE value IS 1 (0.78% from 255) = 1.49%
R=2.99%
G=95.52%
B=1.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal26410.9700.980.75119.0596.9212.75
Hex2401610624B7761d
Octal21001141014211316714115
Binary10100000011100001011000101001011111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024001; }

 p { color: rgb(2,64,1); }

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

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

 a { background-color: rgb(2,64,1); }

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

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

 span { border-color: rgb(2,64,1); }

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