#10300F

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

Shades of Myrtle #10300F

Tints of Myrtle #10300F

Color information

#10300F (or 0x10300F) is unknown color: approx Myrtle. HEX triplet: 10, 30 and 0F. RGB value is (16,48,15). Sum of RGB (Red+Green+Blue) = 16+48+15=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #10300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10300F is #EFCFF0. Grayscale: #222222. Windows color (decimal): -15716337 or 995344. OLE color: 995344.

HSL color Cylindrical-coordinate representation of color #10300F: hue angle of 118.18º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #10300F is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB164815-
CMYK0.6700.690.81
HSL118.18º52.38%12.35%-
HSV(B)118.18º68.75%18.82%-
XYZ1.362.260.82-
YUV34.67116.9114.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.25%
GREEN value IS 48 (19.14% from 255) = 60.76%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=20.25%
G=60.76%
B=18.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648150.6700.690.81118.1852.3812.35
Hex1030F43045517634c
Octal20601710301051211666414
Binary100001100001111100001101000101101000111101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10300F; }

 p { color: rgb(16,48,15); }

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

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

 a { background-color: rgb(16,48,15); }

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

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

 span { border-color: rgb(16,48,15); }

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