#1E250F

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

Shades of Pine Tree #1E250F

Tints of Pine Tree #1E250F

Color information

#1E250F (or 0x1E250F) is unknown color: approx Pine Tree. HEX triplet: 1E, 25 and 0F. RGB value is (30,37,15). Sum of RGB (Red+Green+Blue) = 30+37+15=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #1E250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E250F is #E1DAF0. Grayscale: #202020. Windows color (decimal): -14801649 or 992542. OLE color: 992542.

HSL color Cylindrical-coordinate representation of color #1E250F: hue angle of 79.09º 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 #1E250F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB303715-
CMYK0.1900.590.85
HSL79.09º42.31%10.2%-
HSV(B)79.09º59.46%14.51%-
XYZ1.281.630.7-
YUV32.4118.18126.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=36.59%
G=45.12%
B=18.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3037150.1900.590.8579.0942.3110.2
Hex1E25F1303B554f2aa
Octal364517230731251175212
Binary111101001011111100110111011101010110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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