Html Css Color HEX #024301 Myrtle

📋 copy color: '#024301'

red 2 ◦ green 67 ◦ blue 1

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

Shades of Myrtle #024301

Tints of Myrtle #024301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 95.71%

 BLUE value IS 1 (0.78% from 255) = 1.43%

R = 2.86%
G = 95.71%
B = 1.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#024301 (or 0x024301) is known color: Myrtle. HEX triplet: 02, 43 and 01. RGB value is (2,67,1). Sum of RGB (Red+Green+Blue) = 2+67+1=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 67 (26.56% from 255 or 95.71% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 67 - color contains mainly: green. Hex color #024301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024301 is #FDBCFE. Grayscale: #282828. Windows color (decimal): -16628991 or 82690. OLE color: 82690.

HSL color Cylindrical-coordinate representation of color #024301: hue angle of 119.09º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024301 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 1 -
CMYK 0.97 0 0.99 0.74
HSL 119.09º 0.97% 0.13% -
HSV(B) 119.09º 0.99% 0.26% -
XYZ 2.04 4.03 0.7 -
YUV 40.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 2 67 1 0.97 0 0.99 0.74 119.09 0.97 0.13
Hex 2 43 1 61 0 63 4A 77 61 D
Octal 2 103 1 141 0 143 112 167 141 15
Binary 10 1000011 1 1100001 0 1100011 1001010 1110111 1100001 1101

Color Harmonies of #024301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024301

Black with #024301

Text Example


Text Example

White with #024301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024301; }

 p { color: rgb(2,67,1); }

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

background-color css

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

 a { background-color: rgb(2,67,1); }

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

border-color css

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

 span { border-color: rgb(2,67,1); }

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