#182F0D

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

Shades of Myrtle #182F0D

Tints of Myrtle #182F0D

Color information

#182F0D (or 0x182F0D) is unknown color: approx Myrtle. HEX triplet: 18, 2F and 0D. RGB value is (24,47,13). Sum of RGB (Red+Green+Blue) = 24+47+13=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #182F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F0D is #E7D0F2. Grayscale: #242424. Windows color (decimal): -15192307 or 864024. OLE color: 864024.

HSL color Cylindrical-coordinate representation of color #182F0D: hue angle of 100.59º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #182F0D is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.

Color convert

RGB244713-
CMYK0.4900.720.82
HSL100.59º56.67%11.76%-
HSV(B)100.59º72.34%18.43%-
XYZ1.472.260.74-
YUV36.25114.88119.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 47 (18.75% from 255) = 55.95%
BLUE value IS 13 (5.47% from 255) = 15.48%
R=28.57%
G=55.95%
B=15.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447130.4900.720.82100.5956.6711.76
Hex182FD31048526539c
Octal3057156101101221457114
Binary11000101111110111000101001000101001011001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F0D; }

 p { color: rgb(24,47,13); }

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

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

 a { background-color: rgb(24,47,13); }

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

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

 span { border-color: rgb(24,47,13); }

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