#233017

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

Shades of Pine Tree #233017

Tints of Pine Tree #233017

Color information

#233017 (or 0x233017) is unknown color: approx Pine Tree. HEX triplet: 23, 30 and 17. RGB value is (35,48,23). Sum of RGB (Red+Green+Blue) = 35+48+23=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #233017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #233017 is #DCCFE8. Grayscale: #292929. Windows color (decimal): -14471145 or 1519651. OLE color: 1519651.

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

Color convert

RGB354823-
CMYK0.2700.520.81
HSL91.2º35.21%13.92%-
HSV(B)91.2º52.08%18.82%-
XYZ1.92.531.2-
YUV41.26117.69123.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.02%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=33.02%
G=45.28%
B=21.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548230.2700.520.8191.235.2113.92
Hex2330171B034515b23e
Octal436027330641211334316
Binary10001111000010111110110110100101000110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233017; }

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

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

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

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

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

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

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

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