Html Css Color HEX #024004 Myrtle

📋 copy color: '#024004'

red 2 ◦ green 64 ◦ blue 4

#024004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #024004

Tints of Myrtle #024004

RGB

 RED value IS 2 (1.17% from 255) = 2.86%

 GREEN value IS 64 (25.39% from 255) = 91.43%

 BLUE value IS 4 (1.95% from 255) = 5.71%

R = 2.86%
G = 91.43%
B = 5.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#024004 (or 0x024004) is known color: Myrtle. HEX triplet: 02, 40 and 04. RGB value is (2,64,4). Sum of RGB (Red+Green+Blue) = 2+64+4=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 64 (25.39% from 255 or 91.43% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 64 - color contains mainly: green. Hex color #024004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024004 is #FDBFFB. Grayscale: #262626. Windows color (decimal): -16629756 or 278530. OLE color: 278530.

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

Color convert

RGB 2 64 4 -
CMYK 0.97 0 0.94 0.75
HSL 121.94º 0.94% 0.13% -
HSV(B) 121.94º 0.97% 0.25% -
XYZ 1.88 3.69 0.73 -
YUV 38.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 2 64 4 0.97 0 0.94 0.75 121.94 0.94 0.13
Hex 2 40 4 61 0 5E 4B 7A 5E D
Octal 2 100 4 141 0 136 113 172 136 15
Binary 10 1000000 100 1100001 0 1011110 1001011 1111010 1011110 1101

Color Harmonies of #024004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024004

Black with #024004

Text Example


Text Example

White with #024004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024004; }

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

 H1.HeaderClassName
 {
   color: #024004;
 }
 .AnyTagClassName
 {
   color: #024004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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