#1D4001

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

Shades of Pine Tree #1D4001

Tints of Pine Tree #1D4001

Color information

#1D4001 (or 0x1D4001) is unknown color: approx Pine Tree. HEX triplet: 1D, 40 and 01. RGB value is (29,64,1). Sum of RGB (Red+Green+Blue) = 29+64+1=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4001 is #E2BFFE. Grayscale: #2E2E2E. Windows color (decimal): -14860287 or 81949. OLE color: 81949.

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

Color convert

RGB29641-
CMYK0.5500.980.75
HSL93.33º96.92%12.75%-
HSV(B)93.33º98.44%25.1%-
XYZ2.353.930.66-
YUV46.35102.4115.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=30.85%
G=68.09%
B=1.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal296410.5500.980.7593.3396.9212.75
Hex1D401370624B5d61d
Octal35100167014211313514115
Binary1110110000001110111011000101001011101110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,64,1); }

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

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

 a { background-color: rgb(29,64,1); }

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

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

 span { border-color: rgb(29,64,1); }

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