#024101

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

Shades of Myrtle #024101

Tints of Myrtle #024101

Color information

#024101 (or 0x024101) is unknown color: approx Myrtle. HEX triplet: 02, 41 and 01. RGB value is (2,65,1). Sum of RGB (Red+Green+Blue) = 2+65+1=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 65 (25.78% from 255 or 95.59% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 65 - color contains mainly: green. Hex color #024101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024101 is #FDBEFE. Grayscale: #272727. Windows color (decimal): -16629503 or 82178. OLE color: 82178.

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

Color convert

RGB2651-
CMYK0.9700.980.75
HSL119.06º96.97%12.94%-
HSV(B)119.06º98.46%25.49%-
XYZ1.923.80.66-
YUV38.87106.63101.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.94%
GREEN value IS 65 (25.78% from 255) = 95.59%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=2.94%
G=95.59%
B=1.47%

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
Decimal26510.9700.980.75119.0696.9712.94
Hex2411610624B7761d
Octal21011141014211316714115
Binary10100000111100001011000101001011111011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024101; }

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

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

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

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

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

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

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

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