#1B1F18

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

Shades of Pine Tree #1B1F18

Tints of Pine Tree #1B1F18

Color information

#1B1F18 (or 0x1B1F18) is unknown color: approx Pine Tree. HEX triplet: 1B, 1F and 18. RGB value is (27,31,24). Sum of RGB (Red+Green+Blue) = 27+31+24=82 (10% of max value = 765). Red value is 27 (10.94% from 255 or 32.93% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 31 - color contains mainly: green. Hex color #1B1F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1F18 is #E4E0E7. Grayscale: #1D1D1D. Windows color (decimal): -14999784 or 1580827. OLE color: 1580827.

HSL color Cylindrical-coordinate representation of color #1B1F18: hue angle of 94.29º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B1F18 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB273124-
CMYK0.1300.230.88
HSL94.29º12.73%10.78%-
HSV(B)94.29º22.58%12.16%-
XYZ1.111.281.05-
YUV29.01125.17126.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.93%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 24 (9.77% from 255) = 29.27%
R=32.93%
G=37.80%
B=29.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2731240.1300.230.8894.2912.7310.78
Hex1B1F18D017585edb
Octal333730150271301361513
Binary11011111111100011010101111011000101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1F18; }

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

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

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

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

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

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

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

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