#182113

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

Shades of Pine Tree #182113

Tints of Pine Tree #182113

Color information

#182113 (or 0x182113) is unknown color: approx Pine Tree. HEX triplet: 18, 21 and 13. RGB value is (24,33,19). Sum of RGB (Red+Green+Blue) = 24+33+19=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #182113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182113 is #E7DEEC. Grayscale: #1C1C1C. Windows color (decimal): -15195885 or 1253656. OLE color: 1253656.

HSL color Cylindrical-coordinate representation of color #182113: hue angle of 98.57º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #182113 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB243319-
CMYK0.2700.420.87
HSL98.57º26.92%10.2%-
HSV(B)98.57º42.42%12.94%-
XYZ1.041.330.82-
YUV28.71122.52124.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 19 (7.81% from 255) = 25%
R=31.58%
G=43.42%
B=25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2433190.2700.420.8798.5726.9210.2
Hex1821131B02A57631ba
Octal304123330521271433312
Binary110001000011001111011010101010101111100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182113; }

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

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

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

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

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

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

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

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