Html Css Color HEX #024C0A Myrtle

📋 copy color: '#024C0A'

red 2 ◦ green 76 ◦ blue 10

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

Shades of Myrtle #024C0A

Tints of Myrtle #024C0A

RGB

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

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

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

R = 2.27%
G = 86.36%
B = 11.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#024C0A (or 0x024C0A) is known color: Myrtle. HEX triplet: 02, 4C and 0A. RGB value is (2,76,10). Sum of RGB (Red+Green+Blue) = 2+76+10=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 76 (30.08% from 255 or 86.36% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 76 - color contains mainly: green. Hex color #024C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024C0A is #FDB3F5. Grayscale: #2E2E2E. Windows color (decimal): -16626678 or 674818. OLE color: 674818.

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

Color convert

RGB 2 76 10 -
CMYK 0.97 0 0.87 0.70
HSL 126.49º 0.95% 0.15% -
HSV(B) 126.49º 0.97% 0.3% -
XYZ 2.66 5.2 1.15 -
YUV 46.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 2 76 10 0.97 0 0.87 0.70 126.49 0.95 0.15
Hex 2 4C A 61 0 57 46 7E 5F F
Octal 2 114 12 141 0 127 106 176 137 17
Binary 10 1001100 1010 1100001 0 1010111 1000110 1111110 1011111 1111

Color Harmonies of #024C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C0A

Black with #024C0A

Text Example


Text Example

White with #024C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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