#1C2504

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

Shades of Pine Tree #1C2504

Tints of Pine Tree #1C2504

Color information

#1C2504 (or 0x1C2504) is unknown color: approx Pine Tree. HEX triplet: 1C, 25 and 04. RGB value is (28,37,4). Sum of RGB (Red+Green+Blue) = 28+37+4=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 37 (14.84% from 255 or 53.62% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2504 is #E3DAFB. Grayscale: #1E1E1E. Windows color (decimal): -14932732 or 271644. OLE color: 271644.

HSL color Cylindrical-coordinate representation of color #1C2504: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C2504 is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB28374-
CMYK0.2400.890.85
HSL76.36º80.49%8.04%-
HSV(B)76.36º89.19%14.51%-
XYZ1.161.580.36-
YUV30.55113.02126.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 40.58%
GREEN value IS 37 (14.84% from 255) = 53.62%
BLUE value IS 4 (1.95% from 255) = 5.80%
R=40.58%
G=53.62%
B=5.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283740.2400.890.8576.3680.498.04
Hex1C25418059554c508
Octal3445430013112511412010
Binary1110010010110011000010110011010101100110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,4); }

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

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

 a { background-color: rgb(28,37,4); }

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

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

 span { border-color: rgb(28,37,4); }

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