Html Css Color HEX #024F0A Myrtle

📋 copy color: '#024F0A'

red 2 ◦ green 79 ◦ blue 10

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

Shades of Myrtle #024F0A

Tints of Myrtle #024F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 86.81%

 BLUE value IS 10 (4.3% from 255) = 10.99%

R = 2.2%
G = 86.81%
B = 10.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#024F0A (or 0x024F0A) is known color: Myrtle. HEX triplet: 02, 4F and 0A. RGB value is (2,79,10). Sum of RGB (Red+Green+Blue) = 2+79+10=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 79 (31.25% from 255 or 86.81% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 79 - color contains mainly: green. Hex color #024F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F0A is #FDB0F5. Grayscale: #303030. Windows color (decimal): -16625910 or 675586. OLE color: 675586.

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

Color convert

RGB 2 79 10 -
CMYK 0.97 0 0.87 0.69
HSL 126.23º 0.95% 0.16% -
HSV(B) 126.23º 0.97% 0.31% -
XYZ 2.88 5.63 1.22 -
YUV 48.11 106.49 95.11 -
System Red Green Blue C M Y K H S L
Decimal 2 79 10 0.97 0 0.87 0.69 126.23 0.95 0.16
Hex 2 4F A 61 0 57 45 7E 5F 10
Octal 2 117 12 141 0 127 105 176 137 20
Binary 10 1001111 1010 1100001 0 1010111 1000101 1111110 1011111 10000

Color Harmonies of #024F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F0A

Black with #024F0A

Text Example


Text Example

White with #024F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,79,10); }

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

background-color css

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

 a { background-color: rgb(2,79,10); }

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

border-color css

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

 span { border-color: rgb(2,79,10); }

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