#1C250B

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

Shades of Pine Tree #1C250B

Tints of Pine Tree #1C250B

Color information

#1C250B (or 0x1C250B) is unknown color: approx Pine Tree. HEX triplet: 1C, 25 and 0B. RGB value is (28,37,11). Sum of RGB (Red+Green+Blue) = 28+37+11=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #1C250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C250B is #E3DAF4. Grayscale: #1F1F1F. Windows color (decimal): -14932725 or 730396. OLE color: 730396.

HSL color Cylindrical-coordinate representation of color #1C250B: hue angle of 80.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C250B is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB283711-
CMYK0.2400.700.85
HSL80.77º54.17%9.41%-
HSV(B)80.77º70.27%14.51%-
XYZ1.21.590.56-
YUV31.34116.52125.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 37 (14.84% from 255) = 48.68%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=36.84%
G=48.68%
B=14.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837110.2400.700.8580.7754.179.41
Hex1C25B180465551369
Octal3445133001061251216611
Binary1110010010110111100001000110101010110100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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