Html Css Color HEX #024B01 Myrtle

📋 copy color: '#024B01'

red 2 ◦ green 75 ◦ blue 1

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

Shades of Myrtle #024B01

Tints of Myrtle #024B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 96.15%

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

R = 2.56%
G = 96.15%
B = 1.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#024B01 (or 0x024B01) is known color: Myrtle. HEX triplet: 02, 4B and 01. RGB value is (2,75,1). Sum of RGB (Red+Green+Blue) = 2+75+1=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 75 (29.69% from 255 or 96.15% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 75 - color contains mainly: green. Hex color #024B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B01 is #FDB4FE. Grayscale: #2C2C2C. Windows color (decimal): -16626943 or 84738. OLE color: 84738.

HSL color Cylindrical-coordinate representation of color #024B01: hue angle of 119.19º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 1 -
CMYK 0.97 0 0.99 0.71
HSL 119.19º 0.97% 0.15% -
HSV(B) 119.19º 0.99% 0.29% -
XYZ 2.55 5.05 0.87 -
YUV 44.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 2 75 1 0.97 0 0.99 0.71 119.19 0.97 0.15
Hex 2 4B 1 61 0 63 47 77 61 F
Octal 2 113 1 141 0 143 107 167 141 17
Binary 10 1001011 1 1100001 0 1100011 1000111 1110111 1100001 1111

Color Harmonies of #024B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B01

Black with #024B01

Text Example


Text Example

White with #024B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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