#023100

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

Shades of Myrtle #023100

Tints of Myrtle #023100

Color information

#023100 (or 0x023100) is unknown color: approx Myrtle. HEX triplet: 02, 31 and 00. RGB value is (2,49,0). Sum of RGB (Red+Green+Blue) = 2+49+0=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 49 (19.53% from 255 or 96.08% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 49 - color contains mainly: green. Hex color #023100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023100 is #FDCEFF. Grayscale: #1D1D1D. Windows color (decimal): -16633600 or 12546. OLE color: 12546.

HSL color Cylindrical-coordinate representation of color #023100: hue angle of 117.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #023100 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.

Color convert

RGB2490-
CMYK0.96010.81
HSL117.55º100%9.61%-
HSV(B)117.55º100%19.22%-
XYZ1.122.210.37-
YUV29.36111.43108.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 49 (19.53% from 255) = 96.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.92%
G=96.08%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal24900.96010.81117.551009.61
Hex231060064517664a
Octal2610140014412116614412
Binary1011000101100000011001001010001111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023100; }

 p { color: rgb(2,49,0); }

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

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

 a { background-color: rgb(2,49,0); }

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

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

 span { border-color: rgb(2,49,0); }

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