#024102

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

Shades of Myrtle #024102

Tints of Myrtle #024102

Color information

#024102 (or 0x024102) is unknown color: approx Myrtle. HEX triplet: 02, 41 and 02. RGB value is (2,65,2). Sum of RGB (Red+Green+Blue) = 2+65+2=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 65 (25.78% from 255 or 94.20% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 65 - color contains mainly: green. Hex color #024102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024102 is #FDBEFD. Grayscale: #272727. Windows color (decimal): -16629502 or 147714. OLE color: 147714.

HSL color Cylindrical-coordinate representation of color #024102: hue angle of 120º 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 #024102 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB2652-
CMYK0.9700.970.75
HSL120º94.03%13.14%-
HSV(B)120º96.92%25.49%-
XYZ1.933.80.69-
YUV38.98107.13101.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 65 (25.78% from 255) = 94.20%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=2.90%
G=94.20%
B=2.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal26520.9700.970.7512094.0313.14
Hex2412610614B785ed
Octal21012141014111317013615
Binary101000001101100001011000011001011111100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024102; }

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

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

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

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

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

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

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

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