#1A250F

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

Shades of Pine Tree #1A250F

Tints of Pine Tree #1A250F

Color information

#1A250F (or 0x1A250F) is unknown color: approx Pine Tree. HEX triplet: 1A, 25 and 0F. RGB value is (26,37,15). Sum of RGB (Red+Green+Blue) = 26+37+15=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #1A250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A250F is #E5DAF0. Grayscale: #1F1F1F. Windows color (decimal): -15063793 or 992538. OLE color: 992538.

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

Color convert

RGB263715-
CMYK0.3000.590.85
HSL90º42.31%10.2%-
HSV(B)90º59.46%14.51%-
XYZ1.171.580.69-
YUV31.2118.86124.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=33.33%
G=47.44%
B=19.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2637150.3000.590.859042.3110.2
Hex1A25F1E03B555a2aa
Octal324517360731251325212
Binary110101001011111111100111011101010110110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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