#233115

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

Shades of Pine Tree #233115

Tints of Pine Tree #233115

Color information

#233115 (or 0x233115) is unknown color: approx Pine Tree. HEX triplet: 23, 31 and 15. RGB value is (35,49,21). Sum of RGB (Red+Green+Blue) = 35+49+21=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #233115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233115 is #DCCEEA. Grayscale: #292929. Windows color (decimal): -14470891 or 1388835. OLE color: 1388835.

HSL color Cylindrical-coordinate representation of color #233115: hue angle of 90º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #233115 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB354921-
CMYK0.2900.570.81
HSL90º40%13.73%-
HSV(B)90º57.14%19.22%-
XYZ1.932.611.11-
YUV41.62116.36123.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 46.67%
BLUE value IS 21 (8.59% from 255) = 20%
R=33.33%
G=46.67%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3549210.2900.570.81904013.73
Hex2331151D039515a28e
Octal436125350711211325016
Binary10001111000110101111010111001101000110110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233115; }

 p { color: rgb(35,49,21); }

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

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

 a { background-color: rgb(35,49,21); }

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

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

 span { border-color: rgb(35,49,21); }

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