Html Css Color HEX #02400A Myrtle

📋 copy color: '#02400A'

red 2 ◦ green 64 ◦ blue 10

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

Shades of Myrtle #02400A

Tints of Myrtle #02400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 84.21%

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

R = 2.63%
G = 84.21%
B = 13.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#02400A (or 0x02400A) is known color: Myrtle. HEX triplet: 02, 40 and 0A. RGB value is (2,64,10). Sum of RGB (Red+Green+Blue) = 2+64+10=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #02400A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400A is #FDBFF5. Grayscale: #272727. Windows color (decimal): -16629750 or 671746. OLE color: 671746.

HSL color Cylindrical-coordinate representation of color #02400A: hue angle of 127.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400A is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 64 10 -
CMYK 0.97 0 0.84 0.75
HSL 127.74º 0.94% 0.13% -
HSV(B) 127.74º 0.97% 0.25% -
XYZ 1.91 3.7 0.9 -
YUV 39.31 111.46 101.39 -
System Red Green Blue C M Y K H S L
Decimal 2 64 10 0.97 0 0.84 0.75 127.74 0.94 0.13
Hex 2 40 A 61 0 54 4B 80 5E D
Octal 2 100 12 141 0 124 113 200 136 15
Binary 10 1000000 1010 1100001 0 1010100 1001011 10000000 1011110 1101

Color Harmonies of #02400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02400A

Black with #02400A

Text Example


Text Example

White with #02400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02400A; }

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

 H1.HeaderClassName
 {
   color: #02400A;
 }
 .AnyTagClassName
 {
   color: #02400A;
 }
</style>

background-color css

<style>
 a { background-color: #02400A; }

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

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

border-color css

<style>
 span { border-color: #02400A; }

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

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