Html Css Color HEX #024D0E Myrtle

📋 copy color: '#024D0E'

red 2 ◦ green 77 ◦ blue 14

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

Shades of Myrtle #024D0E

Tints of Myrtle #024D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.05%

R = 2.15%
G = 82.8%
B = 15.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#024D0E (or 0x024D0E) is known color: Myrtle. HEX triplet: 02, 4D and 0E. RGB value is (2,77,14). Sum of RGB (Red+Green+Blue) = 2+77+14=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 77 (30.47% from 255 or 82.80% from 93); Blue value is 14 (5.86% from 255 or 15.05% from 93); Max value from RGB is 77 - color contains mainly: green. Hex color #024D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D0E is #FDB2F1. Grayscale: #2F2F2F. Windows color (decimal): -16626418 or 937218. OLE color: 937218.

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

Color convert

RGB 2 77 14 -
CMYK 0.97 0 0.82 0.70
HSL 129.6º 0.95% 0.15% -
HSV(B) 129.6º 0.97% 0.3% -
XYZ 2.76 5.35 1.3 -
YUV 47.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 2 77 14 0.97 0 0.82 0.70 129.6 0.95 0.15
Hex 2 4D E 61 0 52 46 82 5F F
Octal 2 115 16 141 0 122 106 202 137 17
Binary 10 1001101 1110 1100001 0 1010010 1000110 10000010 1011111 1111

Color Harmonies of #024D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D0E

Black with #024D0E

Text Example


Text Example

White with #024D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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