Html Css Color HEX #024D05 Myrtle

📋 copy color: '#024D05'

red 2 ◦ green 77 ◦ blue 5

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

Shades of Myrtle #024D05

Tints of Myrtle #024D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 91.67%

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

R = 2.38%
G = 91.67%
B = 5.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.94

 K value IS 0.70

RGB Variations

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

Color information

#024D05 (or 0x024D05) is known color: Myrtle. HEX triplet: 02, 4D and 05. RGB value is (2,77,5). Sum of RGB (Red+Green+Blue) = 2+77+5=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 77 (30.47% from 255 or 91.67% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 77 - color contains mainly: green. Hex color #024D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D05 is #FDB2FA. Grayscale: #2E2E2E. Windows color (decimal): -16626427 or 347394. OLE color: 347394.

HSL color Cylindrical-coordinate representation of color #024D05: hue angle of 122.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D05 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 5 -
CMYK 0.97 0 0.94 0.70
HSL 122.4º 0.95% 0.15% -
HSV(B) 122.4º 0.97% 0.3% -
XYZ 2.71 5.33 1.03 -
YUV 46.37 104.65 96.35 -
System Red Green Blue C M Y K H S L
Decimal 2 77 5 0.97 0 0.94 0.70 122.4 0.95 0.15
Hex 2 4D 5 61 0 5E 46 7A 5F F
Octal 2 115 5 141 0 136 106 172 137 17
Binary 10 1001101 101 1100001 0 1011110 1000110 1111010 1011111 1111

Color Harmonies of #024D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D05

Black with #024D05

Text Example


Text Example

White with #024D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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