#1F4002

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

Shades of Pine Tree #1F4002

Tints of Pine Tree #1F4002

Color information

#1F4002 (or 0x1F4002) is unknown color: approx Pine Tree. HEX triplet: 1F, 40 and 02. RGB value is (31,64,2). Sum of RGB (Red+Green+Blue) = 31+64+2=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4002 is #E0BFFD. Grayscale: #2F2F2F. Windows color (decimal): -14729214 or 147487. OLE color: 147487.

HSL color Cylindrical-coordinate representation of color #1F4002: hue angle of 91.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F4002 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB31642-
CMYK0.5200.970.75
HSL91.94º93.94%12.94%-
HSV(B)91.94º96.88%25.1%-
XYZ2.413.960.7-
YUV47.06102.57116.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.96%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=31.96%
G=65.98%
B=2.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316420.5200.970.7591.9493.9412.94
Hex1F402340614B5c5ed
Octal37100264014111313413615
Binary11111100000010110100011000011001011101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,2); }

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

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

 a { background-color: rgb(31,64,2); }

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

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

 span { border-color: rgb(31,64,2); }

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