#024700

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

Shades of Myrtle #024700

Tints of Myrtle #024700

Color information

#024700 (or 0x024700) is unknown color: approx Myrtle. HEX triplet: 02, 47 and 00. RGB value is (2,71,0). Sum of RGB (Red+Green+Blue) = 2+71+0=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 71 (28.12% from 255 or 97.26% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 71 - color contains mainly: green. Hex color #024700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024700 is #FDB8FF. Grayscale: #2A2A2A. Windows color (decimal): -16627968 or 18178. OLE color: 18178.

HSL color Cylindrical-coordinate representation of color #024700: hue angle of 118.31º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #024700 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB2710-
CMYK0.97010.72
HSL118.31º100%13.92%-
HSV(B)118.31º100%27.84%-
XYZ2.284.520.75-
YUV42.28104.1499.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 71 (28.12% from 255) = 97.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.74%
G=97.26%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal27100.97010.72118.3110013.92
Hex247061064487664e
Octal21070141014411016614416
Binary10100011101100001011001001001000111011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024700; }

 p { color: rgb(2,71,0); }

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

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

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

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

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

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

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