#23281C

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

Shades of Pine Tree #23281C

Tints of Pine Tree #23281C

Color information

#23281C (or 0x23281C) is unknown color: approx Pine Tree. HEX triplet: 23, 28 and 1C. RGB value is (35,40,28). Sum of RGB (Red+Green+Blue) = 35+40+28=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #23281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23281C is #DCD7E3. Grayscale: #252525. Windows color (decimal): -14473188 or 1845283. OLE color: 1845283.

HSL color Cylindrical-coordinate representation of color #23281C: hue angle of 85º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #23281C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB354028-
CMYK0.1200.300.84
HSL85º17.65%13.33%-
HSV(B)85º30%15.69%-
XYZ1.661.961.39-
YUV37.14122.84126.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=33.98%
G=38.83%
B=27.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540280.1200.300.848517.6513.33
Hex23281CC01E545512d
Octal435034140361241252215
Binary10001110100011100110001111010101001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23281C; }

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

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

<style>
 a { background-color: #23281C; }

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

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

<style>
 span { border-color: #23281C; }

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

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