#1C230D

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

Shades of Pine Tree #1C230D

Tints of Pine Tree #1C230D

Color information

#1C230D (or 0x1C230D) is unknown color: approx Pine Tree. HEX triplet: 1C, 23 and 0D. RGB value is (28,35,13). Sum of RGB (Red+Green+Blue) = 28+35+13=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #1C230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C230D is #E3DCF2. Grayscale: #1E1E1E. Windows color (decimal): -14933235 or 860956. OLE color: 860956.

HSL color Cylindrical-coordinate representation of color #1C230D: hue angle of 79.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C230D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB283513-
CMYK0.2000.630.86
HSL79.09º45.83%9.41%-
HSV(B)79.09º62.86%13.73%-
XYZ1.151.480.61-
YUV30.4118.18126.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=36.84%
G=46.05%
B=17.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2835130.2000.630.8679.0945.839.41
Hex1C23D1403F564f2e9
Octal344315240771261175611
Binary111001000111101101000111111101011010011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,35,13); }

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

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

 a { background-color: rgb(28,35,13); }

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

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

 span { border-color: rgb(28,35,13); }

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