Html Css Color HEX #024C0D Myrtle

📋 copy color: '#024C0D'

red 2 ◦ green 76 ◦ blue 13

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

Shades of Myrtle #024C0D

Tints of Myrtle #024C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 83.52%

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

R = 2.2%
G = 83.52%
B = 14.29%

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

#024C0D (or 0x024C0D) is known color: Myrtle. HEX triplet: 02, 4C and 0D. RGB value is (2,76,13). Sum of RGB (Red+Green+Blue) = 2+76+13=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 76 (30.08% from 255 or 83.52% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 76 - color contains mainly: green. Hex color #024C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024C0D is #FDB3F2. Grayscale: #2E2E2E. Windows color (decimal): -16626675 or 871426. OLE color: 871426.

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

Color convert

RGB 2 76 13 -
CMYK 0.97 0 0.83 0.70
HSL 128.92º 0.95% 0.15% -
HSV(B) 128.92º 0.97% 0.3% -
XYZ 2.68 5.21 1.25 -
YUV 46.69 108.98 96.12 -
System Red Green Blue C M Y K H S L
Decimal 2 76 13 0.97 0 0.83 0.70 128.92 0.95 0.15
Hex 2 4C D 61 0 53 46 81 5F F
Octal 2 114 15 141 0 123 106 201 137 17
Binary 10 1001100 1101 1100001 0 1010011 1000110 10000001 1011111 1111

Color Harmonies of #024C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C0D

Black with #024C0D

Text Example


Text Example

White with #024C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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