#283315

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

Shades of Pine Tree #283315

Tints of Pine Tree #283315

Color information

#283315 (or 0x283315) is unknown color: approx Pine Tree. HEX triplet: 28, 33 and 15. RGB value is (40,51,21). Sum of RGB (Red+Green+Blue) = 40+51+21=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #283315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283315 is #D7CCEA. Grayscale: #2C2C2C. Windows color (decimal): -14142699 or 1389352. OLE color: 1389352.

HSL color Cylindrical-coordinate representation of color #283315: hue angle of 82º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #283315 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.

Color convert

RGB405121-
CMYK0.2200.590.8
HSL82º41.67%14.12%-
HSV(B)82º58.82%20%-
XYZ2.192.871.15-
YUV44.29114.86124.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=35.71%
G=45.54%
B=18.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4051210.2200.590.88241.6714.12
Hex2833151603B50522ae
Octal506325260731201225216
Binary10100011001110101101100111011101000010100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283315; }

 p { color: rgb(40,51,21); }

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

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

 a { background-color: rgb(40,51,21); }

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

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

 span { border-color: rgb(40,51,21); }

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