#1A2511

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

Shades of Pine Tree #1A2511

Tints of Pine Tree #1A2511

Color information

#1A2511 (or 0x1A2511) is unknown color: approx Pine Tree. HEX triplet: 1A, 25 and 11. RGB value is (26,37,17). Sum of RGB (Red+Green+Blue) = 26+37+17=80 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #1A2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2511 is #E5DAEE. Grayscale: #1F1F1F. Windows color (decimal): -15063791 or 1123610. OLE color: 1123610.

HSL color Cylindrical-coordinate representation of color #1A2511: hue angle of 93º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A2511 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB263717-
CMYK0.3000.540.85
HSL93º37.04%10.59%-
HSV(B)93º54.05%14.51%-
XYZ1.191.580.77-
YUV31.43119.86124.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.5%
GREEN value IS 37 (14.84% from 255) = 46.25%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=32.5%
G=46.25%
B=21.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637170.3000.540.859337.0410.59
Hex1A25111E036555d25b
Octal324521360661251354513
Binary1101010010110001111100110110101010110111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,37,17); }

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

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

 a { background-color: rgb(26,37,17); }

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

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

 span { border-color: rgb(26,37,17); }

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