#12300D

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

Shades of Myrtle #12300D

Tints of Myrtle #12300D

Color information

#12300D (or 0x12300D) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 0D. RGB value is (18,48,13). Sum of RGB (Red+Green+Blue) = 18+48+13=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #12300D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12300D is #EDCFF2. Grayscale: #232323. Windows color (decimal): -15585267 or 864274. OLE color: 864274.

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

Color convert

RGB184813-
CMYK0.6300.730.81
HSL111.43º57.38%11.96%-
HSV(B)111.43º72.92%18.82%-
XYZ1.382.270.75-
YUV35.04115.56115.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=22.78%
G=60.76%
B=16.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848130.6300.730.81111.4357.3811.96
Hex1230D3F049516f39c
Octal2260157701111211577114
Binary10010110000110111111101001001101000111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12300D; }

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

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

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

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

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

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

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

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