#12300C

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

Shades of Myrtle #12300C

Tints of Myrtle #12300C

Color information

#12300C (or 0x12300C) is unknown color: approx Myrtle. HEX triplet: 12, 30 and 0C. RGB value is (18,48,12). Sum of RGB (Red+Green+Blue) = 18+48+12=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #12300C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #12300C is #EDCFF3. Grayscale: #232323. Windows color (decimal): -15585268 or 798738. OLE color: 798738.

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

Color convert

RGB184812-
CMYK0.6300.750.81
HSL110º60%11.76%-
HSV(B)110º75%18.82%-
XYZ1.372.270.71-
YUV34.93115.06115.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 48 (19.14% from 255) = 61.54%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=23.08%
G=61.54%
B=15.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848120.6300.750.811106011.76
Hex1230C3F04B516e3cc
Octal2260147701131211567414
Binary10010110000110011111101001011101000111011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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