Html Css Color HEX #024601 Myrtle

📋 copy color: '#024601'

red 2 ◦ green 70 ◦ blue 1

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

Shades of Myrtle #024601

Tints of Myrtle #024601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 95.89%

 BLUE value IS 1 (0.78% from 255) = 1.37%

R = 2.74%
G = 95.89%
B = 1.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#024601 (or 0x024601) is known color: Myrtle. HEX triplet: 02, 46 and 01. RGB value is (2,70,1). Sum of RGB (Red+Green+Blue) = 2+70+1=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 70 (27.73% from 255 or 95.89% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 70 - color contains mainly: green. Hex color #024601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024601 is #FDB9FE. Grayscale: #2A2A2A. Windows color (decimal): -16628223 or 83458. OLE color: 83458.

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

Color convert

RGB 2 70 1 -
CMYK 0.97 0 0.99 0.73
HSL 119.13º 0.97% 0.14% -
HSV(B) 119.13º 0.99% 0.27% -
XYZ 2.22 4.4 0.76 -
YUV 41.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 2 70 1 0.97 0 0.99 0.73 119.13 0.97 0.14
Hex 2 46 1 61 0 63 49 77 61 E
Octal 2 106 1 141 0 143 111 167 141 16
Binary 10 1000110 1 1100001 0 1100011 1001001 1110111 1100001 1110

Color Harmonies of #024601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024601

Black with #024601

Text Example


Text Example

White with #024601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024601; }

 p { color: rgb(2,70,1); }

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

background-color css

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

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

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

border-color css

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

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

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