#28321E

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

Shades of Pine Tree #28321E

Tints of Pine Tree #28321E

Color information

#28321E (or 0x28321E) is unknown color: approx Pine Tree. HEX triplet: 28, 32 and 1E. RGB value is (40,50,30). Sum of RGB (Red+Green+Blue) = 40+50+30=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #28321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28321E is #D7CDE1. Grayscale: #2C2C2C. Windows color (decimal): -14142946 or 1978920. OLE color: 1978920.

HSL color Cylindrical-coordinate representation of color #28321E: hue angle of 90º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28321E is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB405030-
CMYK0.2000.400.80
HSL90º25%15.69%-
HSV(B)90º40%19.61%-
XYZ2.252.831.66-
YUV44.73119.69124.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 30 (12.11% from 255) = 25%
R=33.33%
G=41.67%
B=25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4050300.2000.400.80902515.69
Hex28321E14028505a1910
Octal506236240501201323120
Binary10100011001011110101000101000101000010110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28321E; }

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

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

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

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

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

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

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

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