#1A250B

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

Shades of Pine Tree #1A250B

Tints of Pine Tree #1A250B

Color information

#1A250B (or 0x1A250B) is unknown color: approx Pine Tree. HEX triplet: 1A, 25 and 0B. RGB value is (26,37,11). Sum of RGB (Red+Green+Blue) = 26+37+11=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250B is #E5DAF4. Grayscale: #1E1E1E. Windows color (decimal): -15063797 or 730394. OLE color: 730394.

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

Color convert

RGB263711-
CMYK0.3000.700.85
HSL85.38º54.17%9.41%-
HSV(B)85.38º70.27%14.51%-
XYZ1.151.570.56-
YUV30.75116.86124.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 11 (4.69% from 255) = 14.86%
R=35.14%
G=50%
B=14.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637110.3000.700.8585.3854.179.41
Hex1A25B1E0465555369
Octal3245133601061251256611
Binary1101010010110111111001000110101010110101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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