#23261F

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

Shades of Pine Tree #23261F

Tints of Pine Tree #23261F

Color information

#23261F (or 0x23261F) is unknown color: approx Pine Tree. HEX triplet: 23, 26 and 1F. RGB value is (35,38,31). Sum of RGB (Red+Green+Blue) = 35+38+31=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #23261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23261F is #DCD9E0. Grayscale: #242424. Windows color (decimal): -14473697 or 2041379. OLE color: 2041379.

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

Color convert

RGB353831-
CMYK0.0800.180.85
HSL85.71º10.14%13.53%-
HSV(B)85.71º18.42%14.9%-
XYZ1.631.841.57-
YUV36.3125.01127.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=33.65%
G=36.54%
B=29.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538310.0800.180.8585.7110.1413.53
Hex23261F80125556ae
Octal434637100221251261216
Binary1000111001101111110000100101010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23261F; }

 p { color: rgb(35,38,31); }

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

<style>
 a { background-color: #23261F; }

 a { background-color: rgb(35,38,31); }

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

<style>
 span { border-color: #23261F; }

 span { border-color: rgb(35,38,31); }

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