#181C14

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

Shades of Pine Tree #181C14

Tints of Pine Tree #181C14

Color information

#181C14 (or 0x181C14) is unknown color: approx Pine Tree. HEX triplet: 18, 1C and 14. RGB value is (24,28,20). Sum of RGB (Red+Green+Blue) = 24+28+20=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 28 - color contains mainly: green. Hex color #181C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181C14 is #E7E3EB. Grayscale: #191919. Windows color (decimal): -15197164 or 1317912. OLE color: 1317912.

HSL color Cylindrical-coordinate representation of color #181C14: hue angle of 90º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181C14 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB242820-
CMYK0.1400.290.89
HSL90º16.67%9.41%-
HSV(B)90º28.57%10.98%-
XYZ0.921.080.82-
YUV25.89124.67126.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=33.33%
G=38.89%
B=27.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2428200.1400.290.899016.679.41
Hex181C14E01D595a119
Octal303424160351311322111
Binary110001110010100111001110110110011011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,28,20); }

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

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

 a { background-color: rgb(24,28,20); }

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

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

 span { border-color: rgb(24,28,20); }

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