#283215

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

Shades of Pine Tree #283215

Tints of Pine Tree #283215

Color information

#283215 (or 0x283215) is unknown color: approx Pine Tree. HEX triplet: 28, 32 and 15. RGB value is (40,50,21). Sum of RGB (Red+Green+Blue) = 40+50+21=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #283215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283215 is #D7CDEA. Grayscale: #2B2B2B. Windows color (decimal): -14142955 or 1389096. OLE color: 1389096.

HSL color Cylindrical-coordinate representation of color #283215: hue angle of 80.69º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #283215 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB405021-
CMYK0.2000.580.80
HSL80.69º40.85%13.92%-
HSV(B)80.69º58%19.61%-
XYZ2.152.791.13-
YUV43.7115.19125.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.04%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=36.04%
G=45.05%
B=18.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050210.2000.580.8080.6940.8513.92
Hex2832151403A505129e
Octal506225240721201215116
Binary10100011001010101101000111010101000010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283215; }

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

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

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

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

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

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

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

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