Html Css Color HEX #024E0C Myrtle

📋 copy color: '#024E0C'

red 2 ◦ green 78 ◦ blue 12

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

Shades of Myrtle #024E0C

Tints of Myrtle #024E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 84.78%

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 2.17%
G = 84.78%
B = 13.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#024E0C (or 0x024E0C) is known color: Myrtle. HEX triplet: 02, 4E and 0C. RGB value is (2,78,12). Sum of RGB (Red+Green+Blue) = 2+78+12=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 78 (30.86% from 255 or 84.78% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 78 - color contains mainly: green. Hex color #024E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E0C is #FDB1F3. Grayscale: #2F2F2F. Windows color (decimal): -16626164 or 806402. OLE color: 806402.

HSL color Cylindrical-coordinate representation of color #024E0C: hue angle of 127.89º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E0C is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 12 -
CMYK 0.97 0 0.85 0.69
HSL 127.89º 0.95% 0.16% -
HSV(B) 127.89º 0.97% 0.31% -
XYZ 2.82 5.49 1.26 -
YUV 47.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 2 78 12 0.97 0 0.85 0.69 127.89 0.95 0.16
Hex 2 4E C 61 0 55 45 80 5F 10
Octal 2 116 14 141 0 125 105 200 137 20
Binary 10 1001110 1100 1100001 0 1010101 1000101 10000000 1011111 10000

Color Harmonies of #024E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E0C

Black with #024E0C

Text Example


Text Example

White with #024E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,78,12); }

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

background-color css

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

 a { background-color: rgb(2,78,12); }

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

border-color css

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

 span { border-color: rgb(2,78,12); }

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