#023D03

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

Shades of Myrtle #023D03

Tints of Myrtle #023D03

Color information

#023D03 (or 0x023D03) is unknown color: approx Myrtle. HEX triplet: 02, 3D and 03. RGB value is (2,61,3). Sum of RGB (Red+Green+Blue) = 2+61+3=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 61 (24.22% from 255 or 92.42% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 61 - color contains mainly: green. Hex color #023D03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D03 is #FDC2FC. Grayscale: #242424. Windows color (decimal): -16630525 or 212226. OLE color: 212226.

HSL color Cylindrical-coordinate representation of color #023D03: hue angle of 121.02º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D03 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.

Color convert

RGB2613-
CMYK0.9700.950.76
HSL121.02º93.65%12.35%-
HSV(B)121.02º96.72%23.92%-
XYZ1.713.360.64-
YUV36.75108.95103.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.03%
GREEN value IS 61 (24.22% from 255) = 92.42%
BLUE value IS 3 (1.56% from 255) = 4.55%
R=3.03%
G=92.42%
B=4.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal26130.9700.950.76121.0293.6512.35
Hex23D36105F4C795ec
Octal2753141013711417113614
Binary10111101111100001010111111001100111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D03; }

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

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

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

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

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

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

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

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