#123000

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

Shades of Myrtle #123000

Tints of Myrtle #123000

Color information

#123000 (or 0x123000) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 00. RGB value is (18,48,0). Sum of RGB (Red+Green+Blue) = 18+48+0=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 0 (0.39% from 255 or 0% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #123000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123000 is #EDCFFF. Grayscale: #212121. Windows color (decimal): -15585280 or 12306. OLE color: 12306.

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

Color convert

RGB18480-
CMYK0.63010.81
HSL97.5º100%9.41%-
HSV(B)97.5º100%18.82%-
XYZ1.312.240.36-
YUV33.56109.06116.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 48 (19.14% from 255) = 72.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.27%
G=72.73%
B=0%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal184800.63010.8197.51009.41
Hex123003F0645162649
Octal2260077014412114214411
Binary100101100000111111011001001010001110001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123000; }

 p { color: rgb(18,48,0); }

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

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

 a { background-color: rgb(18,48,0); }

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

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

 span { border-color: rgb(18,48,0); }

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