#18300F

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

Shades of Myrtle #18300F

Tints of Myrtle #18300F

Color information

#18300F (or 0x18300F) is unknown color: approx Myrtle. HEX triplet: 18, 30 and 0F. RGB value is (24,48,15). Sum of RGB (Red+Green+Blue) = 24+48+15=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 48 (19.14% from 255 or 55.17% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 48 - color contains mainly: green. Hex color #18300F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18300F is #E7CFF0. Grayscale: #252525. Windows color (decimal): -15192049 or 995352. OLE color: 995352.

HSL color Cylindrical-coordinate representation of color #18300F: hue angle of 103.64º 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 #18300F is Cyan = 0.5, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB244815-
CMYK0.500.690.81
HSL103.64º52.38%12.35%-
HSV(B)103.64º68.75%18.82%-
XYZ1.522.340.82-
YUV37.06115.55118.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 48 (19.14% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 17.24%
R=27.59%
G=55.17%
B=17.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2448150.500.690.81103.6452.3812.35
Hex1830F32045516834c
Octal3060176201051211506414
Binary11000110000111111001001000101101000111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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