#1C2901

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

Shades of Pine Tree #1C2901

Tints of Pine Tree #1C2901

Color information

#1C2901 (or 0x1C2901) is unknown color: approx Pine Tree. HEX triplet: 1C, 29 and 01. RGB value is (28,41,1). Sum of RGB (Red+Green+Blue) = 28+41+1=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2901 is #E3D6FE. Grayscale: #202020. Windows color (decimal): -14931711 or 76060. OLE color: 76060.

HSL color Cylindrical-coordinate representation of color #1C2901: hue angle of 79.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C2901 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB28411-
CMYK0.3200.980.84
HSL79.5º95.24%8.24%-
HSV(B)79.5º97.56%16.08%-
XYZ1.281.830.32-
YUV32.55110.19124.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 58.57%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=40%
G=58.57%
B=1.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal284110.3200.980.8479.595.248.24
Hex1C2912006254505f8
Octal3451140014212412013710
Binary111001010011100000011000101010100101000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,1); }

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

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

 a { background-color: rgb(28,41,1); }

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

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

 span { border-color: rgb(28,41,1); }

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