Html Css Color HEX #024101 Myrtle

📋 copy color: '#024101'

red 2 ◦ green 65 ◦ blue 1

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

Shades of Myrtle #024101

Tints of Myrtle #024101

RGB

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

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

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

R = 2.94%
G = 95.59%
B = 1.47%

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

#024101 (or 0x024101) is known color: Myrtle. HEX triplet: 02, 41 and 01. RGB value is (2,65,1). Sum of RGB (Red+Green+Blue) = 2+65+1=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 65 (25.78% from 255 or 95.59% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 65 - color contains mainly: green. Hex color #024101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024101 is #FDBEFE. Grayscale: #272727. Windows color (decimal): -16629503 or 82178. OLE color: 82178.

HSL color Cylindrical-coordinate representation of color #024101: hue angle of 119.06º 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 #024101 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 1 -
CMYK 0.97 0 0.98 0.75
HSL 119.06º 0.97% 0.13% -
HSV(B) 119.06º 0.98% 0.25% -
XYZ 1.92 3.8 0.66 -
YUV 38.87 106.63 101.7 -
System Red Green Blue C M Y K H S L
Decimal 2 65 1 0.97 0 0.98 0.75 119.06 0.97 0.13
Hex 2 41 1 61 0 62 4B 77 61 D
Octal 2 101 1 141 0 142 113 167 141 15
Binary 10 1000001 1 1100001 0 1100010 1001011 1110111 1100001 1101

Color Harmonies of #024101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024101

Black with #024101

Text Example


Text Example

White with #024101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024101; }

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

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

background-color css

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

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

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

border-color css

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

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

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