Html Css Color HEX #024500 Myrtle

📋 copy color: '#024500'

red 2 ◦ green 69 ◦ blue 0

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

Shades of Myrtle #024500

Tints of Myrtle #024500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 97.18%

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

R = 2.82%
G = 97.18%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#024500 (or 0x024500) is known color: Myrtle. HEX triplet: 02, 45 and 00. RGB value is (2,69,0). Sum of RGB (Red+Green+Blue) = 2+69+0=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 69 (27.34% from 255 or 97.18% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 69 - color contains mainly: green. Hex color #024500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024500 is #FDBAFF. Grayscale: #292929. Windows color (decimal): -16628480 or 17666. OLE color: 17666.

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

Color convert

RGB 2 69 0 -
CMYK 0.97 0 1 0.73
HSL 118.26º 1% 0.14% -
HSV(B) 118.26º 1% 0.27% -
XYZ 2.15 4.27 0.71 -
YUV 41.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 2 69 0 0.97 0 1 0.73 118.26 1 0.14
Hex 2 45 0 61 0 64 49 76 64 E
Octal 2 105 0 141 0 144 111 166 144 16
Binary 10 1000101 0 1100001 0 1100100 1001001 1110110 1100100 1110

Color Harmonies of #024500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024500

Black with #024500

Text Example


Text Example

White with #024500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024500; }

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

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

background-color css

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

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

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

border-color css

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

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

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