Html Css Color HEX #024001 Myrtle

📋 copy color: '#024001'

red 2 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #024001

Tints of Myrtle #024001

RGB

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

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

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

R = 2.99%
G = 95.52%
B = 1.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#024001 (or 0x024001) is known color: Myrtle. HEX triplet: 02, 40 and 01. RGB value is (2,64,1). Sum of RGB (Red+Green+Blue) = 2+64+1=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 64 (25.39% from 255 or 95.52% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 64 - color contains mainly: green. Hex color #024001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024001 is #FDBFFE. Grayscale: #262626. Windows color (decimal): -16629759 or 81922. OLE color: 81922.

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

Color convert

RGB 2 64 1 -
CMYK 0.97 0 0.98 0.75
HSL 119.05º 0.97% 0.13% -
HSV(B) 119.05º 0.98% 0.25% -
XYZ 1.86 3.68 0.64 -
YUV 38.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 2 64 1 0.97 0 0.98 0.75 119.05 0.97 0.13
Hex 2 40 1 61 0 62 4B 77 61 D
Octal 2 100 1 141 0 142 113 167 141 15
Binary 10 1000000 1 1100001 0 1100010 1001011 1110111 1100001 1101

Color Harmonies of #024001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024001

Black with #024001

Text Example


Text Example

White with #024001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024001; }

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

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

background-color css

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

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

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

border-color css

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

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

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