Html Css Color HEX #024003 Myrtle

📋 copy color: '#024003'

red 2 ◦ green 64 ◦ blue 3

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

Shades of Myrtle #024003

Tints of Myrtle #024003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4.35%

R = 2.9%
G = 92.75%
B = 4.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#024003 (or 0x024003) is known color: Myrtle. HEX triplet: 02, 40 and 03. RGB value is (2,64,3). Sum of RGB (Red+Green+Blue) = 2+64+3=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 64 (25.39% from 255 or 92.75% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 64 - color contains mainly: green. Hex color #024003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024003 is #FDBFFC. Grayscale: #262626. Windows color (decimal): -16629757 or 212994. OLE color: 212994.

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

Color convert

RGB 2 64 3 -
CMYK 0.97 0 0.95 0.75
HSL 120.97º 0.94% 0.13% -
HSV(B) 120.97º 0.97% 0.25% -
XYZ 1.87 3.69 0.7 -
YUV 38.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 2 64 3 0.97 0 0.95 0.75 120.97 0.94 0.13
Hex 2 40 3 61 0 5F 4B 79 5E D
Octal 2 100 3 141 0 137 113 171 136 15
Binary 10 1000000 11 1100001 0 1011111 1001011 1111001 1011110 1101

Color Harmonies of #024003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024003

Black with #024003

Text Example


Text Example

White with #024003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024003; }

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

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

background-color css

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

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

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

border-color css

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

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

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