#1C2902

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

Shades of Pine Tree #1C2902

Tints of Pine Tree #1C2902

Color information

#1C2902 (or 0x1C2902) is unknown color: approx Pine Tree. HEX triplet: 1C, 29 and 02. RGB value is (28,41,2). Sum of RGB (Red+Green+Blue) = 28+41+2=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 41 (16.41% from 255 or 57.75% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2902 is #E3D6FD. Grayscale: #202020. Windows color (decimal): -14931710 or 141596. OLE color: 141596.

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

Color convert

RGB28412-
CMYK0.3200.950.84
HSL80º90.7%8.43%-
HSV(B)80º95.12%16.08%-
XYZ1.281.840.34-
YUV32.67110.69124.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 41 (16.41% from 255) = 57.75%
BLUE value IS 2 (1.17% from 255) = 2.82%
R=39.44%
G=57.75%
B=2.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal284120.3200.950.848090.78.43
Hex1C2922005F54505b8
Octal3451240013712412013310
Binary1110010100110100000010111111010100101000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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