#23261E

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

Shades of Pine Tree #23261E

Tints of Pine Tree #23261E

Color information

#23261E (or 0x23261E) is unknown color: approx Pine Tree. HEX triplet: 23, 26 and 1E. RGB value is (35,38,30). Sum of RGB (Red+Green+Blue) = 35+38+30=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 38 - color contains mainly: green. Hex color #23261E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23261E is #DCD9E1. Grayscale: #242424. Windows color (decimal): -14473698 or 1975843. OLE color: 1975843.

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

Color convert

RGB353830-
CMYK0.0800.210.85
HSL82.5º11.76%13.33%-
HSV(B)82.5º21.05%14.9%-
XYZ1.621.841.5-
YUV36.19124.51127.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 38 (15.23% from 255) = 36.89%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=33.98%
G=36.89%
B=29.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3538300.0800.210.8582.511.7613.33
Hex23261E80155552cd
Octal434636100251251221415
Binary1000111001101111010000101011010101101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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