#232520

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

Shades of Pine Tree #232520

Tints of Pine Tree #232520

Color information

#232520 (or 0x232520) is unknown color: approx Pine Tree. HEX triplet: 23, 25 and 20. RGB value is (35,37,32). Sum of RGB (Red+Green+Blue) = 35+37+32=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 37 - color contains mainly: green. Hex color #232520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232520 is #DCDADF. Grayscale: #232323. Windows color (decimal): -14473952 or 2106659. OLE color: 2106659.

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

Color convert

RGB353732-
CMYK0.0500.140.85
HSL84º7.25%13.53%-
HSV(B)84º13.51%14.51%-
XYZ1.621.781.63-
YUV35.83125.84127.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=33.65%
G=35.58%
B=30.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537320.0500.140.85847.2513.53
Hex23252050E55547e
Octal4345405016125124716
Binary10001110010110000010101110101010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232520; }

 p { color: rgb(35,37,32); }

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

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

 a { background-color: rgb(35,37,32); }

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

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

 span { border-color: rgb(35,37,32); }

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