#1B350A

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

Shades of Pine Tree #1B350A

Tints of Pine Tree #1B350A

Color information

#1B350A (or 0x1B350A) is unknown color: approx Pine Tree. HEX triplet: 1B, 35 and 0A. RGB value is (27,53,10). Sum of RGB (Red+Green+Blue) = 27+53+10=90 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #1B350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B350A is #E4CAF5. Grayscale: #282828. Windows color (decimal): -14994166 or 668955. OLE color: 668955.

HSL color Cylindrical-coordinate representation of color #1B350A: hue angle of 96.28º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B350A is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB275310-
CMYK0.4900.810.79
HSL96.28º68.25%12.35%-
HSV(B)96.28º81.13%20.78%-
XYZ1.782.80.73-
YUV40.32110.89118.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30%
GREEN value IS 53 (21.09% from 255) = 58.89%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=30%
G=58.89%
B=11.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2753100.4900.810.7996.2868.2512.35
Hex1B35A310514F6044c
Octal33651261012111714010414
Binary110111101011010110001010100011001111110000010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,53,10); }

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

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

 a { background-color: rgb(27,53,10); }

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

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

 span { border-color: rgb(27,53,10); }

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