#181F13

Color #181F13 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #181F13

Tints of Pine Tree #181F13

Color information

#181F13 (or 0x181F13) is unknown color: approx Pine Tree. HEX triplet: 18, 1F and 13. RGB value is (24,31,19). Sum of RGB (Red+Green+Blue) = 24+31+19=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #181F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F13 is #E7E0EC. Grayscale: #1B1B1B. Windows color (decimal): -15196397 or 1253144. OLE color: 1253144.

HSL color Cylindrical-coordinate representation of color #181F13: hue angle of 95º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #181F13 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB243119-
CMYK0.2300.390.88
HSL95º24%9.8%-
HSV(B)95º38.71%12.16%-
XYZ0.981.220.8-
YUV27.54123.18125.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 31 (12.5% from 255) = 41.89%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=32.43%
G=41.89%
B=25.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2431190.2300.390.8895249.8
Hex181F1317027585f18a
Octal303723270471301373012
Binary11000111111001110111010011110110001011111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F13; }

 p { color: rgb(24,31,19); }

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

<style>
 a { background-color: #181F13; }

 a { background-color: rgb(24,31,19); }

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

<style>
 span { border-color: #181F13; }

 span { border-color: rgb(24,31,19); }

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