#024F02

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

Shades of Myrtle #024F02

Tints of Myrtle #024F02

Color information

#024F02 (or 0x024F02) is unknown color: approx Myrtle. HEX triplet: 02, 4F and 02. RGB value is (2,79,2). Sum of RGB (Red+Green+Blue) = 2+79+2=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 79 (31.25% from 255 or 95.18% from 83); Blue value is 2 (1.17% from 255 or 2.41% from 83); Max value from RGB is 79 - color contains mainly: green. Hex color #024F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F02 is #FDB0FD. Grayscale: #2F2F2F. Windows color (decimal): -16625918 or 151298. OLE color: 151298.

HSL color Cylindrical-coordinate representation of color #024F02: hue angle of 120º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F02 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB2792-
CMYK0.9700.970.69
HSL120º95.06%15.88%-
HSV(B)120º97.47%30.98%-
XYZ2.835.610.99-
YUV47.2102.4995.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 79 (31.25% from 255) = 95.18%
BLUE value IS 2 (1.17% from 255) = 2.41%
R=2.41%
G=95.18%
B=2.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal27920.9700.970.6912095.0615.88
Hex24F26106145785f10
Octal21172141014110517013720
Binary1010011111011000010110000110001011111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024F02; }

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

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

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

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

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

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

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

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