Html Css Color HEX #024608 Myrtle

📋 copy color: '#024608'

red 2 ◦ green 70 ◦ blue 8

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

Shades of Myrtle #024608

Tints of Myrtle #024608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 10%

R = 2.5%
G = 87.5%
B = 10%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#024608 (or 0x024608) is known color: Myrtle. HEX triplet: 02, 46 and 08. RGB value is (2,70,8). Sum of RGB (Red+Green+Blue) = 2+70+8=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 70 (27.73% from 255 or 87.5% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 70 - color contains mainly: green. Hex color #024608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024608 is #FDB9F7. Grayscale: #2A2A2A. Windows color (decimal): -16628216 or 542210. OLE color: 542210.

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

Color convert

RGB 2 70 8 -
CMYK 0.97 0 0.89 0.73
HSL 125.29º 0.94% 0.14% -
HSV(B) 125.29º 0.97% 0.27% -
XYZ 2.26 4.41 0.96 -
YUV 42.6 108.47 99.04 -
System Red Green Blue C M Y K H S L
Decimal 2 70 8 0.97 0 0.89 0.73 125.29 0.94 0.14
Hex 2 46 8 61 0 59 49 7D 5E E
Octal 2 106 10 141 0 131 111 175 136 16
Binary 10 1000110 1000 1100001 0 1011001 1001001 1111101 1011110 1110

Color Harmonies of #024608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024608

Black with #024608

Text Example


Text Example

White with #024608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024608; }

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

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

background-color css

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

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

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

border-color css

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

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

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