Html Css Color HEX #024D0D Myrtle

📋 copy color: '#024D0D'

red 2 ◦ green 77 ◦ blue 13

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

Shades of Myrtle #024D0D

Tints of Myrtle #024D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 2.17%
G = 83.7%
B = 14.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#024D0D (or 0x024D0D) is known color: Myrtle. HEX triplet: 02, 4D and 0D. RGB value is (2,77,13). Sum of RGB (Red+Green+Blue) = 2+77+13=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 77 (30.47% from 255 or 83.70% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 77 - color contains mainly: green. Hex color #024D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024D0D is #FDB2F2. Grayscale: #2F2F2F. Windows color (decimal): -16626419 or 871682. OLE color: 871682.

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

Color convert

RGB 2 77 13 -
CMYK 0.97 0 0.83 0.70
HSL 128.8º 0.95% 0.15% -
HSV(B) 128.8º 0.97% 0.3% -
XYZ 2.75 5.35 1.27 -
YUV 47.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 2 77 13 0.97 0 0.83 0.70 128.8 0.95 0.15
Hex 2 4D D 61 0 53 46 81 5F F
Octal 2 115 15 141 0 123 106 201 137 17
Binary 10 1001101 1101 1100001 0 1010011 1000110 10000001 1011111 1111

Color Harmonies of #024D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D0D

Black with #024D0D

Text Example


Text Example

White with #024D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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