#1B2510

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

Shades of Pine Tree #1B2510

Tints of Pine Tree #1B2510

Color information

#1B2510 (or 0x1B2510) is unknown color: approx Pine Tree. HEX triplet: 1B, 25 and 10. RGB value is (27,37,16). Sum of RGB (Red+Green+Blue) = 27+37+16=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1B2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2510 is #E4DAEF. Grayscale: #1F1F1F. Windows color (decimal): -14998256 or 1058075. OLE color: 1058075.

HSL color Cylindrical-coordinate representation of color #1B2510: hue angle of 88.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B2510 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB273716-
CMYK0.2700.570.85
HSL88.57º39.62%10.39%-
HSV(B)88.57º56.76%14.51%-
XYZ1.211.590.73-
YUV31.62119.19124.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.75%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 16 (6.64% from 255) = 20%
R=33.75%
G=46.25%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2737160.2700.570.8588.5739.6210.39
Hex1B25101B039555928a
Octal334520330711251315012
Binary1101110010110000110110111001101010110110011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,37,16); }

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

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

 a { background-color: rgb(27,37,16); }

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

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

 span { border-color: rgb(27,37,16); }

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