#283216

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

Shades of Pine Tree #283216

Tints of Pine Tree #283216

Color information

#283216 (or 0x283216) is unknown color: approx Pine Tree. HEX triplet: 28, 32 and 16. RGB value is (40,50,22). Sum of RGB (Red+Green+Blue) = 40+50+22=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #283216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283216 is #D7CDE9. Grayscale: #2B2B2B. Windows color (decimal): -14142954 or 1454632. OLE color: 1454632.

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

Color convert

RGB405022-
CMYK0.2000.560.80
HSL81.43º38.89%14.12%-
HSV(B)81.43º56%19.61%-
XYZ2.162.791.18-
YUV43.82115.69125.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 35.71%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=35.71%
G=44.64%
B=19.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050220.2000.560.8081.4338.8914.12
Hex28321614038505127e
Octal506226240701201214716
Binary10100011001010110101000111000101000010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283216; }

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

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

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

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

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

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

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

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