#1F4003

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

Shades of Pine Tree #1F4003

Tints of Pine Tree #1F4003

Color information

#1F4003 (or 0x1F4003) is unknown color: approx Pine Tree. HEX triplet: 1F, 40 and 03. RGB value is (31,64,3). Sum of RGB (Red+Green+Blue) = 31+64+3=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4003 is #E0BFFC. Grayscale: #2F2F2F. Windows color (decimal): -14729213 or 213023. OLE color: 213023.

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

Color convert

RGB31643-
CMYK0.5200.950.75
HSL92.46º91.04%13.14%-
HSV(B)92.46º95.31%25.1%-
XYZ2.413.960.72-
YUV47.18103.07116.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 31.63%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 3 (1.56% from 255) = 3.06%
R=31.63%
G=65.31%
B=3.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316430.5200.950.7592.4691.0413.14
Hex1F4033405F4B5c5bd
Octal37100364013711313413315
Binary11111100000011110100010111111001011101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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