#1B2C10

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

Shades of Pine Tree #1B2C10

Tints of Pine Tree #1B2C10

Color information

#1B2C10 (or 0x1B2C10) is unknown color: approx Pine Tree. HEX triplet: 1B, 2C and 10. RGB value is (27,44,16). Sum of RGB (Red+Green+Blue) = 27+44+16=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 44 (17.58% from 255 or 50.57% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 44 - color contains mainly: green. Hex color #1B2C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B2C10 is #E4D3EF. Grayscale: #232323. Windows color (decimal): -14996464 or 1059867. OLE color: 1059867.

HSL color Cylindrical-coordinate representation of color #1B2C10: hue angle of 96.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B2C10 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB274416-
CMYK0.3900.640.83
HSL96.43º46.67%11.76%-
HSV(B)96.43º63.64%17.25%-
XYZ1.452.070.81-
YUV35.72116.87121.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.03%
GREEN value IS 44 (17.58% from 255) = 50.57%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=31.03%
G=50.57%
B=18.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2744160.3900.640.8396.4346.6711.76
Hex1B2C102704053602fc
Octal3354204701001231405714
Binary110111011001000010011101000000101001111000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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