Html Css Color HEX #024D04 Myrtle

📋 copy color: '#024D04'

red 2 ◦ green 77 ◦ blue 4

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

Shades of Myrtle #024D04

Tints of Myrtle #024D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.82%

R = 2.41%
G = 92.77%
B = 4.82%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#024D04 (or 0x024D04) is known color: Myrtle. HEX triplet: 02, 4D and 04. RGB value is (2,77,4). Sum of RGB (Red+Green+Blue) = 2+77+4=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 77 (30.47% from 255 or 92.77% from 83); Blue value is 4 (1.95% from 255 or 4.82% from 83); Max value from RGB is 77 - color contains mainly: green. Hex color #024D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D04 is #FDB2FB. Grayscale: #2E2E2E. Windows color (decimal): -16626428 or 281858. OLE color: 281858.

HSL color Cylindrical-coordinate representation of color #024D04: hue angle of 121.6º 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 #024D04 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 77 4 -
CMYK 0.97 0 0.95 0.70
HSL 121.6º 0.95% 0.15% -
HSV(B) 121.6º 0.97% 0.3% -
XYZ 2.7 5.33 1 -
YUV 46.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 2 77 4 0.97 0 0.95 0.70 121.6 0.95 0.15
Hex 2 4D 4 61 0 5F 46 7A 5F F
Octal 2 115 4 141 0 137 106 172 137 17
Binary 10 1001101 100 1100001 0 1011111 1000110 1111010 1011111 1111

Color Harmonies of #024D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D04

Black with #024D04

Text Example


Text Example

White with #024D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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