#1C2510

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

Shades of Pine Tree #1C2510

Tints of Pine Tree #1C2510

Color information

#1C2510 (or 0x1C2510) is unknown color: approx Pine Tree. HEX triplet: 1C, 25 and 10. RGB value is (28,37,16). Sum of RGB (Red+Green+Blue) = 28+37+16=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 37 (14.84% from 255 or 45.68% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2510 is #E3DAEF. Grayscale: #1F1F1F. Windows color (decimal): -14932720 or 1058076. OLE color: 1058076.

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

Color convert

RGB283716-
CMYK0.2400.570.85
HSL85.71º39.62%10.39%-
HSV(B)85.71º56.76%14.51%-
XYZ1.231.610.74-
YUV31.92119.02125.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.57%
GREEN value IS 37 (14.84% from 255) = 45.68%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=34.57%
G=45.68%
B=19.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837160.2400.570.8585.7139.6210.39
Hex1C251018039555628a
Octal344520300711251265012
Binary1110010010110000110000111001101010110101101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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