#024B03

Color #024B03 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #024B03

Tints of Myrtle #024B03

Color information

#024B03 (or 0x024B03) is unknown color: approx Myrtle. HEX triplet: 02, 4B and 03. RGB value is (2,75,3). Sum of RGB (Red+Green+Blue) = 2+75+3=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 75 (29.69% from 255 or 93.75% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 75 - color contains mainly: green. Hex color #024B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024B03 is #FDB4FC. Grayscale: #2D2D2D. Windows color (decimal): -16626941 or 215810. OLE color: 215810.

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

Color convert

RGB2753-
CMYK0.9700.960.71
HSL120.82º94.81%15.1%-
HSV(B)120.82º97.33%29.41%-
XYZ2.565.050.93-
YUV44.96104.3297.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 75 (29.69% from 255) = 93.75%
BLUE value IS 3 (1.56% from 255) = 3.75%
R=2.5%
G=93.75%
B=3.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal27530.9700.960.71120.8294.8115.1
Hex24B36106047795ff
Octal21133141014010717113717
Binary101001011111100001011000001000111111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024B03;
 }
 .AnyTagClassName
 {
   color: #024B03;
 }
</style>
background-color css

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

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

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

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

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

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