#023B01

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

Shades of Myrtle #023B01

Tints of Myrtle #023B01

Color information

#023B01 (or 0x023B01) is unknown color: approx Myrtle. HEX triplet: 02, 3B and 01. RGB value is (2,59,1). Sum of RGB (Red+Green+Blue) = 2+59+1=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 59 (23.44% from 255 or 95.16% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 59 - color contains mainly: green. Hex color #023B01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B01 is #FDC4FE. Grayscale: #232323. Windows color (decimal): -16631039 or 80642. OLE color: 80642.

HSL color Cylindrical-coordinate representation of color #023B01: hue angle of 118.97º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B01 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB2591-
CMYK0.9700.980.77
HSL118.97º96.67%11.76%-
HSV(B)118.97º98.31%23.14%-
XYZ1.593.140.55-
YUV35.34108.62104.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 59 (23.44% from 255) = 95.16%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=3.23%
G=95.16%
B=1.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal25910.9700.980.77118.9796.6711.76
Hex23B1610624D7761c
Octal2731141014211516714114
Binary1011101111100001011000101001101111011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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