#283020

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

Shades of Pine Tree #283020

Tints of Pine Tree #283020

Color information

#283020 (or 0x283020) is unknown color: approx Pine Tree. HEX triplet: 28, 30 and 20. RGB value is (40,48,32). Sum of RGB (Red+Green+Blue) = 40+48+32=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #283020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283020 is #D7CFDF. Grayscale: #2B2B2B. Windows color (decimal): -14143456 or 2109480. OLE color: 2109480.

HSL color Cylindrical-coordinate representation of color #283020: hue angle of 90º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283020 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB404832-
CMYK0.1700.330.81
HSL90º20%15.69%-
HSV(B)90º33.33%18.82%-
XYZ2.192.671.77-
YUV43.78121.35125.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=33.33%
G=40%
B=26.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4048320.1700.330.81902015.69
Hex28302011021515a1410
Octal506040210411211322420
Binary101000110000100000100010100001101000110110101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283020; }

 p { color: rgb(40,48,32); }

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

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

 a { background-color: rgb(40,48,32); }

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

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

 span { border-color: rgb(40,48,32); }

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