Html Css Color HEX #024008 Myrtle

📋 copy color: '#024008'

red 2 ◦ green 64 ◦ blue 8

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

Shades of Myrtle #024008

Tints of Myrtle #024008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 86.49%

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

R = 2.7%
G = 86.49%
B = 10.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#024008 (or 0x024008) is known color: Myrtle. HEX triplet: 02, 40 and 08. RGB value is (2,64,8). Sum of RGB (Red+Green+Blue) = 2+64+8=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 64 (25.39% from 255 or 86.49% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 64 - color contains mainly: green. Hex color #024008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024008 is #FDBFF7. Grayscale: #272727. Windows color (decimal): -16629752 or 540674. OLE color: 540674.

HSL color Cylindrical-coordinate representation of color #024008: hue angle of 125.81º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024008 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 8 -
CMYK 0.97 0 0.87 0.75
HSL 125.81º 0.94% 0.13% -
HSV(B) 125.81º 0.97% 0.25% -
XYZ 1.9 3.7 0.84 -
YUV 39.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 2 64 8 0.97 0 0.87 0.75 125.81 0.94 0.13
Hex 2 40 8 61 0 57 4B 7E 5E D
Octal 2 100 10 141 0 127 113 176 136 15
Binary 10 1000000 1000 1100001 0 1010111 1001011 1111110 1011110 1101

Color Harmonies of #024008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024008

Black with #024008

Text Example


Text Example

White with #024008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024008; }

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

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

background-color css

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

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

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

border-color css

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

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

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