Html Css Color HEX #024508 Myrtle

📋 copy color: '#024508'

red 2 ◦ green 69 ◦ blue 8

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

Shades of Myrtle #024508

Tints of Myrtle #024508

RGB

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

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

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

R = 2.53%
G = 87.34%
B = 10.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.73

RGB Variations

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

Color information

#024508 (or 0x024508) is known color: Myrtle. HEX triplet: 02, 45 and 08. RGB value is (2,69,8). Sum of RGB (Red+Green+Blue) = 2+69+8=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 69 (27.34% from 255 or 87.34% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 69 - color contains mainly: green. Hex color #024508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024508 is #FDBAF7. Grayscale: #2A2A2A. Windows color (decimal): -16628472 or 541954. OLE color: 541954.

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

Color convert

RGB 2 69 8 -
CMYK 0.97 0 0.88 0.73
HSL 125.37º 0.94% 0.14% -
HSV(B) 125.37º 0.97% 0.27% -
XYZ 2.2 4.29 0.94 -
YUV 42.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 2 69 8 0.97 0 0.88 0.73 125.37 0.94 0.14
Hex 2 45 8 61 0 58 49 7D 5E E
Octal 2 105 10 141 0 130 111 175 136 16
Binary 10 1000101 1000 1100001 0 1011000 1001001 1111101 1011110 1110

Color Harmonies of #024508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024508

Black with #024508

Text Example


Text Example

White with #024508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024508; }

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

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

background-color css

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

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

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

border-color css

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

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

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