Html Css Color HEX #024100 Myrtle

📋 copy color: '#024100'

red 2 ◦ green 65 ◦ blue 0

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

Shades of Myrtle #024100

Tints of Myrtle #024100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 97.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.99%
G = 97.01%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#024100 (or 0x024100) is known color: Myrtle. HEX triplet: 02, 41 and 00. RGB value is (2,65,0). Sum of RGB (Red+Green+Blue) = 2+65+0=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 65 (25.78% from 255 or 97.01% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 65 - color contains mainly: green. Hex color #024100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024100 is #FDBEFF. Grayscale: #262626. Windows color (decimal): -16629504 or 16642. OLE color: 16642.

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

Color convert

RGB 2 65 0 -
CMYK 0.97 0 1 0.75
HSL 118.15º 1% 0.13% -
HSV(B) 118.15º 1% 0.25% -
XYZ 1.92 3.79 0.63 -
YUV 38.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 2 65 0 0.97 0 1 0.75 118.15 1 0.13
Hex 2 41 0 61 0 64 4B 76 64 D
Octal 2 101 0 141 0 144 113 166 144 15
Binary 10 1000001 0 1100001 0 1100100 1001011 1110110 1100100 1101

Color Harmonies of #024100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024100

Black with #024100

Text Example


Text Example

White with #024100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024100; }

 p { color: rgb(2,65,0); }

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

background-color css

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

 a { background-color: rgb(2,65,0); }

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

border-color css

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

 span { border-color: rgb(2,65,0); }

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