#1F2C12

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

Shades of Pine Tree #1F2C12

Tints of Pine Tree #1F2C12

Color information

#1F2C12 (or 0x1F2C12) is unknown color: approx Pine Tree. HEX triplet: 1F, 2C and 12. RGB value is (31,44,18). Sum of RGB (Red+Green+Blue) = 31+44+18=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 44 (17.58% from 255 or 47.31% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2C12 is #E0D3ED. Grayscale: #252525. Windows color (decimal): -14734318 or 1190943. OLE color: 1190943.

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

Color convert

RGB314418-
CMYK0.3000.590.83
HSL90º41.94%12.16%-
HSV(B)90º59.09%17.25%-
XYZ1.572.140.9-
YUV37.15117.19123.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 33.33%
GREEN value IS 44 (17.58% from 255) = 47.31%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=33.33%
G=47.31%
B=19.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3144180.3000.590.839041.9412.16
Hex1F2C121E03B535a2ac
Octal375422360731231325214
Binary1111110110010010111100111011101001110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,18); }

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

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

 a { background-color: rgb(31,44,18); }

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

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

 span { border-color: rgb(31,44,18); }

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