Html Css Color HEX #024000 Myrtle

📋 copy color: '#024000'

red 2 ◦ green 64 ◦ blue 0

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

Shades of Myrtle #024000

Tints of Myrtle #024000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.03%
G = 96.97%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#024000 (or 0x024000) is known color: Myrtle. HEX triplet: 02, 40 and 00. RGB value is (2,64,0). Sum of RGB (Red+Green+Blue) = 2+64+0=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 64 (25.39% from 255 or 96.97% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 64 - color contains mainly: green. Hex color #024000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024000 is #FDBFFF. Grayscale: #262626. Windows color (decimal): -16629760 or 16386. OLE color: 16386.

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

Color convert

RGB 2 64 0 -
CMYK 0.97 0 1 0.75
HSL 118.13º 1% 0.13% -
HSV(B) 118.13º 1% 0.25% -
XYZ 1.86 3.68 0.61 -
YUV 38.17 106.46 102.2 -
System Red Green Blue C M Y K H S L
Decimal 2 64 0 0.97 0 1 0.75 118.13 1 0.13
Hex 2 40 0 61 0 64 4B 76 64 D
Octal 2 100 0 141 0 144 113 166 144 15
Binary 10 1000000 0 1100001 0 1100100 1001011 1110110 1100100 1101

Color Harmonies of #024000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024000

Black with #024000

Text Example


Text Example

White with #024000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024000; }

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

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

background-color css

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

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

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

border-color css

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

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

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