#233011

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

Shades of Pine Tree #233011

Tints of Pine Tree #233011

Color information

#233011 (or 0x233011) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 11. RGB value is (35,48,17). Sum of RGB (Red+Green+Blue) = 35+48+17=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #233011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233011 is #DCCFEE. Grayscale: #282828. Windows color (decimal): -14471151 or 1126435. OLE color: 1126435.

HSL color Cylindrical-coordinate representation of color #233011: hue angle of 85.16º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233011 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB354817-
CMYK0.2700.650.81
HSL85.16º47.69%12.75%-
HSV(B)85.16º64.58%18.82%-
XYZ1.852.510.92-
YUV40.58114.69124.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 17 (7.03% from 255) = 17%
R=35%
G=48%
B=17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548170.2700.650.8185.1647.6912.75
Hex2330111B041515530d
Octal4360213301011211256015
Binary100011110000100011101101000001101000110101011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233011; }

 p { color: rgb(35,48,17); }

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

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

 a { background-color: rgb(35,48,17); }

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

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

 span { border-color: rgb(35,48,17); }

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