#1F241A

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

Shades of Pine Tree #1F241A

Tints of Pine Tree #1F241A

Color information

#1F241A (or 0x1F241A) is unknown color: approx Pine Tree. HEX triplet: 1F, 24 and 1A. RGB value is (31,36,26). Sum of RGB (Red+Green+Blue) = 31+36+26=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 36 - color contains mainly: green. Hex color #1F241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F241A is #E0DBE5. Grayscale: #212121. Windows color (decimal): -14736358 or 1713183. OLE color: 1713183.

HSL color Cylindrical-coordinate representation of color #1F241A: hue angle of 90º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F241A is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB313626-
CMYK0.1400.280.86
HSL90º16.13%12.16%-
HSV(B)90º27.78%14.12%-
XYZ1.381.631.22-
YUV33.36123.84126.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=33.33%
G=38.71%
B=27.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3136260.1400.280.869016.1312.16
Hex1F241AE01C565a10c
Octal374432160341261322014
Binary1111110010011010111001110010101101011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,36,26); }

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

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

 a { background-color: rgb(31,36,26); }

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

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

 span { border-color: rgb(31,36,26); }

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