Html Css Color HEX #024F0D Myrtle

📋 copy color: '#024F0D'

red 2 ◦ green 79 ◦ blue 13

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

Shades of Myrtle #024F0D

Tints of Myrtle #024F0D

RGB

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

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

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

R = 2.13%
G = 84.04%
B = 13.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#024F0D (or 0x024F0D) is known color: Myrtle. HEX triplet: 02, 4F and 0D. RGB value is (2,79,13). Sum of RGB (Red+Green+Blue) = 2+79+13=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 79 (31.25% from 255 or 84.04% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 79 - color contains mainly: green. Hex color #024F0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F0D is #FDB0F2. Grayscale: #303030. Windows color (decimal): -16625907 or 872194. OLE color: 872194.

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

Color convert

RGB 2 79 13 -
CMYK 0.97 0 0.84 0.69
HSL 128.57º 0.95% 0.16% -
HSV(B) 128.57º 0.97% 0.31% -
XYZ 2.89 5.63 1.32 -
YUV 48.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 2 79 13 0.97 0 0.84 0.69 128.57 0.95 0.16
Hex 2 4F D 61 0 54 45 81 5F 10
Octal 2 117 15 141 0 124 105 201 137 20
Binary 10 1001111 1101 1100001 0 1010100 1000101 10000001 1011111 10000

Color Harmonies of #024F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F0D

Black with #024F0D

Text Example


Text Example

White with #024F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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