Html Css Color HEX #024605 Myrtle

📋 copy color: '#024605'

red 2 ◦ green 70 ◦ blue 5

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

Shades of Myrtle #024605

Tints of Myrtle #024605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.49%

R = 2.6%
G = 90.91%
B = 6.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#024605 (or 0x024605) is known color: Myrtle. HEX triplet: 02, 46 and 05. RGB value is (2,70,5). Sum of RGB (Red+Green+Blue) = 2+70+5=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 70 (27.73% from 255 or 90.91% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 70 - color contains mainly: green. Hex color #024605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024605 is #FDB9FA. Grayscale: #2A2A2A. Windows color (decimal): -16628219 or 345602. OLE color: 345602.

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

Color convert

RGB 2 70 5 -
CMYK 0.97 0 0.93 0.73
HSL 122.65º 0.94% 0.14% -
HSV(B) 122.65º 0.97% 0.27% -
XYZ 2.24 4.4 0.88 -
YUV 42.26 106.97 99.29 -
System Red Green Blue C M Y K H S L
Decimal 2 70 5 0.97 0 0.93 0.73 122.65 0.94 0.14
Hex 2 46 5 61 0 5D 49 7B 5E E
Octal 2 106 5 141 0 135 111 173 136 16
Binary 10 1000110 101 1100001 0 1011101 1001001 1111011 1011110 1110

Color Harmonies of #024605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024605

Black with #024605

Text Example


Text Example

White with #024605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024605; }

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

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

background-color css

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

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

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

border-color css

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

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

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